#35582B

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

Shades of Green House #35582B

Tints of Green House #35582B

Color information

#35582B (or 0x35582B) is unknown color: approx Green House. HEX triplet: 35, 58 and 2B. RGB value is (53,88,43). Sum of RGB (Red+Green+Blue) = 53+88+43=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #35582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35582B is #CAA7D4. Grayscale: #484848. Windows color (decimal): -13281237 or 2840629. OLE color: 2840629.

HSL color Cylindrical-coordinate representation of color #35582B: hue angle of 106.67º 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 #35582B is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB538843-
CMYK0.4000.510.65
HSL106.67º34.35%25.69%-
HSV(B)106.67º51.14%34.51%-
XYZ5.397.913.53-
YUV72.4111.4114.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.80%
GREEN value IS 88 (34.77% from 255) = 47.83%
BLUE value IS 43 (17.19% from 255) = 23.37%
R=28.80%
G=47.83%
B=23.37%

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
Decimal5388430.4000.510.65106.6734.3525.69
Hex35582B28033416b221a
Octal6513053500631011534232
Binary110101101100010101110100001100111000001110101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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