#3C6133

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

Shades of Green House #3C6133

Tints of Green House #3C6133

Color information

#3C6133 (or 0x3C6133) is unknown color: approx Green House. HEX triplet: 3C, 61 and 33. RGB value is (60,97,51). Sum of RGB (Red+Green+Blue) = 60+97+51=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6133 is #C39ECC. Grayscale: #505050. Windows color (decimal): -12820173 or 3367228. OLE color: 3367228.

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

Color convert

RGB609751-
CMYK0.3800.470.62
HSL108.26º31.08%29.02%-
HSV(B)108.26º47.42%38.04%-
XYZ6.749.754.66-
YUV80.69111.24113.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.85%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=28.85%
G=46.63%
B=24.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6097510.3800.470.62108.2631.0829.02
Hex3C61332602F3E6c1f1d
Octal741416346057761543735
Binary1111001100001110011100110010111111111011011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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