#3A5E36

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

Shades of Green House #3A5E36

Tints of Green House #3A5E36

Color information

#3A5E36 (or 0x3A5E36) is unknown color: approx Green House. HEX triplet: 3A, 5E and 36. RGB value is (58,94,54). Sum of RGB (Red+Green+Blue) = 58+94+54=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #3A5E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5E36 is #C5A1C9. Grayscale: #4E4E4E. Windows color (decimal): -12952010 or 3563066. OLE color: 3563066.

HSL color Cylindrical-coordinate representation of color #3A5E36: hue angle of 114º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A5E36 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB589454-
CMYK0.3800.430.63
HSL114º27.03%29.02%-
HSV(B)114º42.55%36.86%-
XYZ6.419.174.92-
YUV78.68114.07113.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=28.16%
G=45.63%
B=26.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5894540.3800.430.6311427.0329.02
Hex3A5E362602B3F721b1d
Octal721366646053771623335
Binary1110101011110110110100110010101111111111100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5E36; }

 p { color: rgb(58,94,54); }

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

<style>
 a { background-color: #3A5E36; }

 a { background-color: rgb(58,94,54); }

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

<style>
 span { border-color: #3A5E36; }

 span { border-color: rgb(58,94,54); }

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