#376421

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

Shades of Green House #376421

Tints of Green House #376421

Color information

#376421 (or 0x376421) is unknown color: approx Green House. HEX triplet: 37, 64 and 21. RGB value is (55,100,33). Sum of RGB (Red+Green+Blue) = 55+100+33=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #376421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376421 is #C89BDE. Grayscale: #4F4F4F. Windows color (decimal): -13147103 or 2188343. OLE color: 2188343.

HSL color Cylindrical-coordinate representation of color #376421: hue angle of 100.3º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #376421 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB5510033-
CMYK0.4500.670.61
HSL100.3º50.38%26.08%-
HSV(B)100.3º67%39.22%-
XYZ6.4110.043.04-
YUV78.91102.09110.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 100 (39.45% from 255) = 53.19%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=29.26%
G=53.19%
B=17.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal55100330.4500.670.61100.350.3826.08
Hex3764212D0433D64321a
Octal6714441550103751446232
Binary110111110010010000110110101000011111101110010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376421; }

 p { color: rgb(55,100,33); }

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

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

 a { background-color: rgb(55,100,33); }

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

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

 span { border-color: rgb(55,100,33); }

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