#35592C

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

Shades of Green House #35592C

Tints of Green House #35592C

Color information

#35592C (or 0x35592C) is unknown color: approx Green House. HEX triplet: 35, 59 and 2C. RGB value is (53,89,44). Sum of RGB (Red+Green+Blue) = 53+89+44=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #35592C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35592C is #CAA6D3. Grayscale: #494949. Windows color (decimal): -13280980 or 2906421. OLE color: 2906421.

HSL color Cylindrical-coordinate representation of color #35592C: hue angle of 108º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35592C is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB538944-
CMYK0.4000.510.65
HSL108º33.83%26.08%-
HSV(B)108º50.56%34.9%-
XYZ5.58.083.65-
YUV73.11111.57113.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 89 (35.16% from 255) = 47.85%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=28.49%
G=47.85%
B=23.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389440.4000.510.6510833.8326.08
Hex35592C28033416c221a
Octal6513154500631011544232
Binary110101101100110110010100001100111000001110110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35592C; }

 p { color: rgb(53,89,44); }

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

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

 a { background-color: rgb(53,89,44); }

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

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

 span { border-color: rgb(53,89,44); }

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