#3C5F33

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

Shades of Green House #3C5F33

Tints of Green House #3C5F33

Color information

#3C5F33 (or 0x3C5F33) is unknown color: approx Green House. HEX triplet: 3C, 5F and 33. RGB value is (60,95,51). Sum of RGB (Red+Green+Blue) = 60+95+51=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5F33 is #C3A0CC. Grayscale: #4F4F4F. Windows color (decimal): -12820685 or 3366716. OLE color: 3366716.

HSL color Cylindrical-coordinate representation of color #3C5F33: hue angle of 107.73º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C5F33 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB609551-
CMYK0.3700.460.63
HSL107.73º30.14%28.63%-
HSV(B)107.73º46.32%37.25%-
XYZ6.559.384.6-
YUV79.52111.9114.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.13%
GREEN value IS 95 (37.5% from 255) = 46.12%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=29.13%
G=46.12%
B=24.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6095510.3700.460.63107.7330.1428.63
Hex3C5F332502E3F6c1e1d
Octal741376345056771543635
Binary1111001011111110011100101010111011111111011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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