#41693E

Color #41693E Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #41693E

Tints of Green House #41693E

Color information

#41693E (or 0x41693E) is unknown color: approx Green House. HEX triplet: 41, 69 and 3E. RGB value is (65,105,62). Sum of RGB (Red+Green+Blue) = 65+105+62=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #41693E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41693E is #BE96C1. Grayscale: #585858. Windows color (decimal): -12490434 or 4090177. OLE color: 4090177.

HSL color Cylindrical-coordinate representation of color #41693E: hue angle of 115.81º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #41693E is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB6510562-
CMYK0.3800.410.59
HSL115.81º25.75%32.75%-
HSV(B)115.81º40.95%41.18%-
XYZ8.111.576.36-
YUV88.14113.25111.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=28.02%
G=45.26%
B=26.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105620.3800.410.59115.8125.7532.75
Hex41693E260293B741a21
Octal1011517646051731643241
Binary100000111010011111101001100101001111011111010011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41693E; }

 p { color: rgb(65,105,62); }

 H1.HeaderClassName
 {
   color: #41693E;
 }
 .AnyTagClassName
 {
   color: #41693E;
 }
</style>
background-color css

<style>
 a { background-color: #41693E; }

 a { background-color: rgb(65,105,62); }

 div.DivClassName
 {
   background-color: #41693E;
 }
 .BgClassName
 {
   background-color: #41693E;
 }
</style>
border-color css

<style>
 span { border-color: #41693E; }

 span { border-color: rgb(65,105,62); }

 td.TdClassName
 {
   border-color: #41693E;
 }
 .TagClassName
 {
   border-color: #41693E;
 }
</style>