#3A5D36

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

Shades of Green House #3A5D36

Tints of Green House #3A5D36

Color information

#3A5D36 (or 0x3A5D36) is unknown color: approx Green House. HEX triplet: 3A, 5D and 36. RGB value is (58,93,54). Sum of RGB (Red+Green+Blue) = 58+93+54=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 93 - color contains mainly: green. Hex color #3A5D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5D36 is #C5A2C9. Grayscale: #4E4E4E. Windows color (decimal): -12952266 or 3562810. OLE color: 3562810.

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

Color convert

RGB589354-
CMYK0.3800.420.64
HSL113.85º26.53%28.82%-
HSV(B)113.85º41.94%36.47%-
XYZ6.338.994.89-
YUV78.09114.4113.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 93 (36.72% from 255) = 45.37%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=28.29%
G=45.37%
B=26.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5893540.3800.420.64113.8526.5328.82
Hex3A5D362602A40721b1d
Octal7213566460521001623335
Binary11101010111011101101001100101010100000011100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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