#35652D

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

Shades of Green House #35652D

Tints of Green House #35652D

Color information

#35652D (or 0x35652D) is unknown color: approx Green House. HEX triplet: 35, 65 and 2D. RGB value is (53,101,45). Sum of RGB (Red+Green+Blue) = 53+101+45=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #35652D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35652D is #CA9AD2. Grayscale: #505050. Windows color (decimal): -13277907 or 2975029. OLE color: 2975029.

HSL color Cylindrical-coordinate representation of color #35652D: hue angle of 111.43º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35652D is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB5310145-
CMYK0.4800.550.60
HSL111.43º38.36%28.63%-
HSV(B)111.43º55.45%39.61%-
XYZ6.610.254.11-
YUV80.26108.1108.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 101 (39.84% from 255) = 50.75%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=26.63%
G=50.75%
B=22.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101450.4800.550.60111.4338.3628.63
Hex35652D300373C6f261d
Octal651455560067741574635
Binary11010111001011011011100000110111111100110111110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35652D; }

 p { color: rgb(53,101,45); }

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

<style>
 a { background-color: #35652D; }

 a { background-color: rgb(53,101,45); }

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

<style>
 span { border-color: #35652D; }

 span { border-color: rgb(53,101,45); }

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