#35582C

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

Shades of Green House #35582C

Tints of Green House #35582C

Color information

#35582C (or 0x35582C) is unknown color: approx Green House. HEX triplet: 35, 58 and 2C. RGB value is (53,88,44). Sum of RGB (Red+Green+Blue) = 53+88+44=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #35582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35582C is #CAA7D3. Grayscale: #484848. Windows color (decimal): -13281236 or 2906165. OLE color: 2906165.

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

Color convert

RGB538844-
CMYK0.4000.50.65
HSL107.73º33.33%25.88%-
HSV(B)107.73º50%34.51%-
XYZ5.417.923.63-
YUV72.52111.9114.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=28.65%
G=47.57%
B=23.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388440.4000.50.65107.7333.3325.88
Hex35582C28032416c211a
Octal6513054500621011544132
Binary110101101100010110010100001100101000001110110010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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