#3C6037

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

Shades of Green House #3C6037

Tints of Green House #3C6037

Color information

#3C6037 (or 0x3C6037) is unknown color: approx Green House. HEX triplet: 3C, 60 and 37. RGB value is (60,96,55). Sum of RGB (Red+Green+Blue) = 60+96+55=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6037 is #C39FC8. Grayscale: #505050. Windows color (decimal): -12820425 or 3629116. OLE color: 3629116.

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

Color convert

RGB609655-
CMYK0.3800.430.62
HSL112.68º27.15%29.61%-
HSV(B)112.68º42.71%37.65%-
XYZ6.749.65.11-
YUV80.56113.57113.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.44%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 55 (21.88% from 255) = 26.07%
R=28.44%
G=45.50%
B=26.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096550.3800.430.62112.6827.1529.61
Hex3C60372602B3E711b1e
Octal741406746053761613336
Binary1111001100000110111100110010101111111011100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,96,55); }

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

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

 a { background-color: rgb(60,96,55); }

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

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

 span { border-color: rgb(60,96,55); }

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