#356720

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

Shades of Green House #356720

Tints of Green House #356720

Color information

#356720 (or 0x356720) is unknown color: approx Green House. HEX triplet: 35, 67 and 20. RGB value is (53,103,32). Sum of RGB (Red+Green+Blue) = 53+103+32=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #356720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356720 is #CA98DF. Grayscale: #505050. Windows color (decimal): -13277408 or 2123573. OLE color: 2123573.

HSL color Cylindrical-coordinate representation of color #356720: hue angle of 102.25º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #356720 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB5310332-
CMYK0.4900.690.60
HSL102.25º52.59%26.47%-
HSV(B)102.25º68.93%40.39%-
XYZ6.5810.563.06-
YUV79.96100.94108.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 103 (40.62% from 255) = 54.79%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=28.19%
G=54.79%
B=17.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53103320.4900.690.60102.2552.5926.47
Hex356720310453C66351a
Octal6514740610105741466532
Binary110101110011110000011000101000101111100110011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356720; }

 p { color: rgb(53,103,32); }

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

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

 a { background-color: rgb(53,103,32); }

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

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

 span { border-color: rgb(53,103,32); }

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