#3C6131

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

Shades of Green House #3C6131

Tints of Green House #3C6131

Color information

#3C6131 (or 0x3C6131) is unknown color: approx Green House. HEX triplet: 3C, 61 and 31. RGB value is (60,97,49). Sum of RGB (Red+Green+Blue) = 60+97+49=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6131 is #C39ECE. Grayscale: #505050. Windows color (decimal): -12820175 or 3236156. OLE color: 3236156.

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

Color convert

RGB609749-
CMYK0.3800.490.62
HSL106.25º32.88%28.63%-
HSV(B)106.25º49.48%38.04%-
XYZ6.699.734.43-
YUV80.46110.24113.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.13%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 49 (19.53% from 255) = 23.79%
R=29.13%
G=47.09%
B=23.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097490.3800.490.62106.2532.8828.63
Hex3C6131260313E6a211d
Octal741416146061761524135
Binary11110011000011100011001100110001111110110101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,97,49); }

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

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

 a { background-color: rgb(60,97,49); }

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

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

 span { border-color: rgb(60,97,49); }

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