#375A31

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

Shades of Green House #375A31

Tints of Green House #375A31

Color information

#375A31 (or 0x375A31) is unknown color: approx Green House. HEX triplet: 37, 5A and 31. RGB value is (55,90,49). Sum of RGB (Red+Green+Blue) = 55+90+49=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #375A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A31 is #C8A5CE. Grayscale: #4A4A4A. Windows color (decimal): -13149647 or 3234359. OLE color: 3234359.

HSL color Cylindrical-coordinate representation of color #375A31: hue angle of 111.22º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375A31 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB559049-
CMYK0.3900.460.65
HSL111.22º29.5%27.25%-
HSV(B)111.22º45.56%35.29%-
XYZ5.798.354.21-
YUV74.86113.4113.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 90 (35.55% from 255) = 46.39%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=28.35%
G=46.39%
B=25.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5590490.3900.460.65111.2229.527.25
Hex375A312702E416f1d1b
Octal6713261470561011573533
Binary11011110110101100011001110101110100000111011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375A31; }

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

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

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

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

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

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

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

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