#35601F

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

Shades of Green House #35601F

Tints of Green House #35601F

Color information

#35601F (or 0x35601F) is unknown color: approx Green House. HEX triplet: 35, 60 and 1F. RGB value is (53,96,31). Sum of RGB (Red+Green+Blue) = 53+96+31=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #35601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35601F is #CA9FE0. Grayscale: #4B4B4B. Windows color (decimal): -13279201 or 2056245. OLE color: 2056245.

HSL color Cylindrical-coordinate representation of color #35601F: hue angle of 99.69º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35601F is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB539631-
CMYK0.4500.680.62
HSL99.69º51.18%24.9%-
HSV(B)99.69º67.71%37.65%-
XYZ5.99.222.77-
YUV75.73102.75111.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=29.44%
G=53.33%
B=17.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396310.4500.680.6299.6951.1824.9
Hex35601F2D0443E643319
Octal6514037550104761446331
Binary11010111000001111110110101000100111110110010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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