#35611E

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

Shades of Green House #35611E

Tints of Green House #35611E

Color information

#35611E (or 0x35611E) is unknown color: approx Green House. HEX triplet: 35, 61 and 1E. RGB value is (53,97,30). Sum of RGB (Red+Green+Blue) = 53+97+30=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #35611E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35611E is #CA9EE1. Grayscale: #4C4C4C. Windows color (decimal): -13278946 or 1990965. OLE color: 1990965.

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

Color convert

RGB539730-
CMYK0.4500.690.62
HSL99.4º52.76%24.9%-
HSV(B)99.4º69.07%38.04%-
XYZ5.989.42.73-
YUV76.21101.92111.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 97 (38.28% from 255) = 53.89%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=29.44%
G=53.89%
B=16.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397300.4500.690.6299.452.7624.9
Hex35611E2D0453E633519
Octal6514136550105761436531
Binary11010111000011111010110101000101111110110001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,97,30); }

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

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

 a { background-color: rgb(53,97,30); }

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

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

 span { border-color: rgb(53,97,30); }

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