#376231

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

Shades of Green House #376231

Tints of Green House #376231

Color information

#376231 (or 0x376231) is unknown color: approx Green House. HEX triplet: 37, 62 and 31. RGB value is (55,98,49). Sum of RGB (Red+Green+Blue) = 55+98+49=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #376231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376231 is #C89DCE. Grayscale: #4F4F4F. Windows color (decimal): -13147599 or 3236407. OLE color: 3236407.

HSL color Cylindrical-coordinate representation of color #376231: hue angle of 112.65º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376231 is Cyan = 0.44, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB559849-
CMYK0.4400.50.62
HSL112.65º33.33%28.82%-
HSV(B)112.65º50%38.43%-
XYZ6.59.774.45-
YUV79.56110.75110.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 98 (38.67% from 255) = 48.51%
BLUE value IS 49 (19.53% from 255) = 24.26%
R=27.23%
G=48.51%
B=24.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598490.4400.50.62112.6533.3328.82
Hex3762312C0323E71211d
Octal671426154062761614135
Binary11011111000101100011011000110010111110111000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376231; }

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

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

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

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

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

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

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

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