#356624

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

Shades of Green House #356624

Tints of Green House #356624

Color information

#356624 (or 0x356624) is unknown color: approx Green House. HEX triplet: 35, 66 and 24. RGB value is (53,102,36). Sum of RGB (Red+Green+Blue) = 53+102+36=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #356624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356624 is #CA99DB. Grayscale: #505050. Windows color (decimal): -13277660 or 2385461. OLE color: 2385461.

HSL color Cylindrical-coordinate representation of color #356624: hue angle of 104.55º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356624 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB5310236-
CMYK0.4800.650.6
HSL104.55º47.83%27.06%-
HSV(B)104.55º64.71%40%-
XYZ6.5410.393.33-
YUV79.82103.27108.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 36 (14.45% from 255) = 18.85%
R=27.75%
G=53.40%
B=18.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102360.4800.650.6104.5547.8327.06
Hex356624300413C69301b
Octal6514644600101741516033
Binary110101110011010010011000001000001111100110100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356624; }

 p { color: rgb(53,102,36); }

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

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

 a { background-color: rgb(53,102,36); }

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

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

 span { border-color: rgb(53,102,36); }

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