#395B32

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

Shades of Green House #395B32

Tints of Green House #395B32

Color information

#395B32 (or 0x395B32) is unknown color: approx Green House. HEX triplet: 39, 5B and 32. RGB value is (57,91,50). Sum of RGB (Red+Green+Blue) = 57+91+50=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #395B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395B32 is #C6A4CD. Grayscale: #4C4C4C. Windows color (decimal): -13018318 or 3300153. OLE color: 3300153.

HSL color Cylindrical-coordinate representation of color #395B32: hue angle of 109.76º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #395B32 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB579150-
CMYK0.3700.450.64
HSL109.76º29.08%27.65%-
HSV(B)109.76º45.05%35.69%-
XYZ68.584.36-
YUV76.16113.24114.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 91 (35.94% from 255) = 45.96%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=28.79%
G=45.96%
B=25.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5791500.3700.450.64109.7629.0827.65
Hex395B322502D406e1d1c
Octal7113362450551001563534
Binary11100110110111100101001010101101100000011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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