#356224

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

Shades of Green House #356224

Tints of Green House #356224

Color information

#356224 (or 0x356224) is unknown color: approx Green House. HEX triplet: 35, 62 and 24. RGB value is (53,98,36). Sum of RGB (Red+Green+Blue) = 53+98+36=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #356224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356224 is #CA9DDB. Grayscale: #4D4D4D. Windows color (decimal): -13278684 or 2384437. OLE color: 2384437.

HSL color Cylindrical-coordinate representation of color #356224: hue angle of 103.55º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356224 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB539836-
CMYK0.4600.630.62
HSL103.55º46.27%26.27%-
HSV(B)103.55º63.27%38.43%-
XYZ6.159.623.2-
YUV77.48104.59110.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=28.34%
G=52.41%
B=19.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398360.4600.630.62103.5546.2726.27
Hex3562242E03F3E682e1a
Octal651424456077761505632
Binary11010111000101001001011100111111111110110100010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356224; }

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

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

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

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

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

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

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

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