#3C5D36

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

Shades of Green House #3C5D36

Tints of Green House #3C5D36

Color information

#3C5D36 (or 0x3C5D36) is unknown color: approx Green House. HEX triplet: 3C, 5D and 36. RGB value is (60,93,54). Sum of RGB (Red+Green+Blue) = 60+93+54=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #3C5D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5D36 is #C3A2C9. Grayscale: #4E4E4E. Windows color (decimal): -12821194 or 3562812. OLE color: 3562812.

HSL color Cylindrical-coordinate representation of color #3C5D36: hue angle of 110.77º 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 #3C5D36 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB609354-
CMYK0.3500.420.64
HSL110.77º26.53%28.82%-
HSV(B)110.77º41.94%36.47%-
XYZ6.449.064.9-
YUV78.69114.07114.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.99%
GREEN value IS 93 (36.72% from 255) = 44.93%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=28.99%
G=44.93%
B=26.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6093540.3500.420.64110.7726.5328.82
Hex3C5D362302A406f1b1d
Octal7413566430521001573335
Binary11110010111011101101000110101010100000011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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