#35602B

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

Shades of Green House #35602B

Tints of Green House #35602B

Color information

#35602B (or 0x35602B) is unknown color: approx Green House. HEX triplet: 35, 60 and 2B. RGB value is (53,96,43). Sum of RGB (Red+Green+Blue) = 53+96+43=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #35602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35602B is #CA9FD4. Grayscale: #4D4D4D. Windows color (decimal): -13279189 or 2842677. OLE color: 2842677.

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

Color convert

RGB539643-
CMYK0.4500.550.62
HSL108.68º38.13%27.25%-
HSV(B)108.68º55.21%37.65%-
XYZ6.099.33.76-
YUV77.1108.75110.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=27.60%
G=50%
B=22.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396430.4500.550.62108.6838.1327.25
Hex35602B2D0373E6d261b
Octal651405355067761554633
Binary11010111000001010111011010110111111110110110110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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