#3C7131

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

Shades of Green House #3C7131

Tints of Green House #3C7131

Color information

#3C7131 (or 0x3C7131) is unknown color: approx Green House. HEX triplet: 3C, 71 and 31. RGB value is (60,113,49). Sum of RGB (Red+Green+Blue) = 60+113+49=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7131 is #C38ECE. Grayscale: #5A5A5A. Windows color (decimal): -12816079 or 3240252. OLE color: 3240252.

HSL color Cylindrical-coordinate representation of color #3C7131: hue angle of 109.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C7131 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB6011349-
CMYK0.4700.570.56
HSL109.69º39.51%31.76%-
HSV(B)109.69º56.64%44.31%-
XYZ8.3212.994.97-
YUV89.86104.94106.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 113 (44.53% from 255) = 50.90%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=27.03%
G=50.90%
B=22.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60113490.4700.570.56109.6939.5131.76
Hex3C71312F039386e2820
Octal741616157071701565040
Binary111100111000111000110111101110011110001101110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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