#376820

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

Shades of Green House #376820

Tints of Green House #376820

Color information

#376820 (or 0x376820) is unknown color: approx Green House. HEX triplet: 37, 68 and 20. RGB value is (55,104,32). Sum of RGB (Red+Green+Blue) = 55+104+32=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #376820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376820 is #C897DF. Grayscale: #515151. Windows color (decimal): -13146080 or 2123831. OLE color: 2123831.

HSL color Cylindrical-coordinate representation of color #376820: hue angle of 100.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #376820 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB5510432-
CMYK0.4700.690.59
HSL100.83º52.94%26.67%-
HSV(B)100.83º69.23%40.78%-
XYZ6.7910.823.1-
YUV81.14100.27109.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.80%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=28.80%
G=54.45%
B=16.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55104320.4700.690.59100.8352.9426.67
Hex3768202F0453B65351b
Octal6715040570105731456533
Binary110111110100010000010111101000101111011110010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376820; }

 p { color: rgb(55,104,32); }

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

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

 a { background-color: rgb(55,104,32); }

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

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

 span { border-color: rgb(55,104,32); }

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