#35592A

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

Shades of Green House #35592A

Tints of Green House #35592A

Color information

#35592A (or 0x35592A) is unknown color: approx Green House. HEX triplet: 35, 59 and 2A. RGB value is (53,89,42). Sum of RGB (Red+Green+Blue) = 53+89+42=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #35592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35592A is #CAA6D5. Grayscale: #494949. Windows color (decimal): -13280982 or 2775349. OLE color: 2775349.

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

Color convert

RGB538942-
CMYK0.4000.530.65
HSL105.96º35.88%25.69%-
HSV(B)105.96º52.81%34.9%-
XYZ5.468.073.46-
YUV72.88110.57113.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.80%
GREEN value IS 89 (35.16% from 255) = 48.37%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=28.80%
G=48.37%
B=22.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389420.4000.530.65105.9635.8825.69
Hex35592A28035416a241a
Octal6513152500651011524432
Binary110101101100110101010100001101011000001110101010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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