#395F49

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

Shades of Plantation #395F49

Tints of Plantation #395F49

Color information

#395F49 (or 0x395F49) is unknown color: approx Plantation. HEX triplet: 39, 5F and 49. RGB value is (57,95,73). Sum of RGB (Red+Green+Blue) = 57+95+73=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #395F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395F49 is #C6A0B6. Grayscale: #515151. Windows color (decimal): -13017271 or 4808505. OLE color: 4808505.

HSL color Cylindrical-coordinate representation of color #395F49: hue angle of 145.26º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395F49 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB579573-
CMYK0.4000.230.63
HSL145.26º25%29.8%-
HSV(B)145.26º40%37.25%-
XYZ6.989.547.78-
YUV81.13123.41110.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=25.33%
G=42.22%
B=32.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5795730.4000.230.63145.262529.8
Hex395F49280173F91191e
Octal7113711150027772213136
Binary11100110111111001001101000010111111111100100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,95,73); }

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

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

 a { background-color: rgb(57,95,73); }

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

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

 span { border-color: rgb(57,95,73); }

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