#35661C

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

Shades of Green House #35661C

Tints of Green House #35661C

Color information

#35661C (or 0x35661C) is unknown color: approx Green House. HEX triplet: 35, 66 and 1C. RGB value is (53,102,28). Sum of RGB (Red+Green+Blue) = 53+102+28=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #35661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35661C is #CA99E3. Grayscale: #4F4F4F. Windows color (decimal): -13277668 or 1861173. OLE color: 1861173.

HSL color Cylindrical-coordinate representation of color #35661C: hue angle of 99.73º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35661C is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB5310228-
CMYK0.4800.730.6
HSL99.73º56.92%25.49%-
HSV(B)99.73º72.55%40%-
XYZ6.4310.342.76-
YUV78.9199.27109.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 102 (40.23% from 255) = 55.74%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=28.96%
G=55.74%
B=15.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102280.4800.730.699.7356.9225.49
Hex35661C300493C643919
Octal6514634600111741447131
Binary11010111001101110011000001001001111100110010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35661C; }

 p { color: rgb(53,102,28); }

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

<style>
 a { background-color: #35661C; }

 a { background-color: rgb(53,102,28); }

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

<style>
 span { border-color: #35661C; }

 span { border-color: rgb(53,102,28); }

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