#375B31

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

Shades of Green House #375B31

Tints of Green House #375B31

Color information

#375B31 (or 0x375B31) is unknown color: approx Green House. HEX triplet: 37, 5B and 31. RGB value is (55,91,49). Sum of RGB (Red+Green+Blue) = 55+91+49=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #375B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B31 is #C8A4CE. Grayscale: #4B4B4B. Windows color (decimal): -13149391 or 3234615. OLE color: 3234615.

HSL color Cylindrical-coordinate representation of color #375B31: hue angle of 111.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375B31 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB559149-
CMYK0.4000.460.64
HSL111.43º30%27.45%-
HSV(B)111.43º46.15%35.69%-
XYZ5.878.524.24-
YUV75.45113.07113.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 91 (35.94% from 255) = 46.67%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=28.21%
G=46.67%
B=25.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5591490.4000.460.64111.433027.45
Hex375B312802E406f1e1b
Octal6713361500561001573633
Binary11011110110111100011010000101110100000011011111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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