#35602E

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

Shades of Green House #35602E

Tints of Green House #35602E

Color information

#35602E (or 0x35602E) is unknown color: approx Green House. HEX triplet: 35, 60 and 2E. RGB value is (53,96,46). Sum of RGB (Red+Green+Blue) = 53+96+46=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #35602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35602E is #CA9FD1. Grayscale: #4D4D4D. Windows color (decimal): -13279186 or 3039285. OLE color: 3039285.

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

Color convert

RGB539646-
CMYK0.4500.520.62
HSL111.6º35.21%27.84%-
HSV(B)111.6º52.08%37.65%-
XYZ6.149.324.06-
YUV77.44110.25110.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=27.18%
G=49.23%
B=23.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396460.4500.520.62111.635.2127.84
Hex35602E2D0343E70231c
Octal651405655064761604334
Binary11010111000001011101011010110100111110111000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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