#35562F

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

Shades of Green House #35562F

Tints of Green House #35562F

Color information

#35562F (or 0x35562F) is unknown color: approx Green House. HEX triplet: 35, 56 and 2F. RGB value is (53,86,47). Sum of RGB (Red+Green+Blue) = 53+86+47=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #35562F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35562F is #CAA9D0. Grayscale: #474747. Windows color (decimal): -13281745 or 3102261. OLE color: 3102261.

HSL color Cylindrical-coordinate representation of color #35562F: hue angle of 110.77º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35562F is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB538647-
CMYK0.3800.450.66
HSL110.77º29.32%26.08%-
HSV(B)110.77º45.35%33.73%-
XYZ5.317.623.88-
YUV71.69114.07114.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 47 (18.75% from 255) = 25.27%
R=28.49%
G=46.24%
B=25.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386470.3800.450.66110.7729.3226.08
Hex35562F2602D426f1d1a
Octal6512657460551021573532
Binary11010110101101011111001100101101100001011011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35562F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35562F; }

 p { color: rgb(53,86,47); }

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

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

 a { background-color: rgb(53,86,47); }

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

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

 span { border-color: rgb(53,86,47); }

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