#356032

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

Shades of Green House #356032

Tints of Green House #356032

Color information

#356032 (or 0x356032) is unknown color: approx Green House. HEX triplet: 35, 60 and 32. RGB value is (53,96,50). Sum of RGB (Red+Green+Blue) = 53+96+50=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #356032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356032 is #CA9FCD. Grayscale: #4E4E4E. Windows color (decimal): -13279182 or 3301429. OLE color: 3301429.

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

Color convert

RGB539650-
CMYK0.4500.480.62
HSL116.09º31.51%28.63%-
HSV(B)116.09º47.92%37.65%-
XYZ6.239.354.49-
YUV77.9112.25110.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=26.63%
G=48.24%
B=25.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396500.4500.480.62116.0931.5128.63
Hex3560322D0303E74201d
Octal651406255060761644035
Binary11010111000001100101011010110000111110111010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356032; }

 p { color: rgb(53,96,50); }

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

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

 a { background-color: rgb(53,96,50); }

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

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

 span { border-color: rgb(53,96,50); }

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