#376031

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

Shades of Green House #376031

Tints of Green House #376031

Color information

#376031 (or 0x376031) is unknown color: approx Green House. HEX triplet: 37, 60 and 31. RGB value is (55,96,49). Sum of RGB (Red+Green+Blue) = 55+96+49=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #376031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376031 is #C89FCE. Grayscale: #4E4E4E. Windows color (decimal): -13148111 or 3235895. OLE color: 3235895.

HSL color Cylindrical-coordinate representation of color #376031: hue angle of 112.34º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376031 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB559649-
CMYK0.4300.490.62
HSL112.34º32.41%28.43%-
HSV(B)112.34º48.96%37.65%-
XYZ6.319.44.39-
YUV78.38111.42111.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=27.5%
G=48%
B=24.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596490.4300.490.62112.3432.4128.43
Hex3760312B0313E70201c
Octal671406153061761604034
Binary11011111000001100011010110110001111110111000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376031; }

 p { color: rgb(55,96,49); }

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

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

 a { background-color: rgb(55,96,49); }

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

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

 span { border-color: rgb(55,96,49); }

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