#395B31

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

Shades of Green House #395B31

Tints of Green House #395B31

Color information

#395B31 (or 0x395B31) is unknown color: approx Green House. HEX triplet: 39, 5B and 31. RGB value is (57,91,49). Sum of RGB (Red+Green+Blue) = 57+91+49=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #395B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395B31 is #C6A4CE. Grayscale: #4C4C4C. Windows color (decimal): -13018319 or 3234617. OLE color: 3234617.

HSL color Cylindrical-coordinate representation of color #395B31: hue angle of 108.57º 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 #395B31 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB579149-
CMYK0.3700.460.64
HSL108.57º30%27.45%-
HSV(B)108.57º46.15%35.69%-
XYZ5.988.574.25-
YUV76.05112.74114.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.93%
GREEN value IS 91 (35.94% from 255) = 46.19%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=28.93%
G=46.19%
B=24.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5791490.3700.460.64108.573027.45
Hex395B312502E406d1e1b
Octal7113361450561001553633
Binary11100110110111100011001010101110100000011011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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