#35602D

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

Shades of Green House #35602D

Tints of Green House #35602D

Color information

#35602D (or 0x35602D) is unknown color: approx Green House. HEX triplet: 35, 60 and 2D. RGB value is (53,96,45). Sum of RGB (Red+Green+Blue) = 53+96+45=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #35602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35602D is #CA9FD2. Grayscale: #4D4D4D. Windows color (decimal): -13279187 or 2973749. OLE color: 2973749.

HSL color Cylindrical-coordinate representation of color #35602D: hue angle of 110.59º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35602D is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB539645-
CMYK0.4500.530.62
HSL110.59º36.17%27.65%-
HSV(B)110.59º53.12%37.65%-
XYZ6.129.313.96-
YUV77.33109.75110.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=27.32%
G=49.48%
B=23.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396450.4500.530.62110.5936.1727.65
Hex35602D2D0353E6f241c
Octal651405555065761574434
Binary11010111000001011011011010110101111110110111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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