#395D49

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

Shades of Plantation #395D49

Tints of Plantation #395D49

Color information

#395D49 (or 0x395D49) is unknown color: approx Plantation. HEX triplet: 39, 5D and 49. RGB value is (57,93,73). Sum of RGB (Red+Green+Blue) = 57+93+73=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #395D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D49 is #C6A2B6. Grayscale: #505050. Windows color (decimal): -13017783 or 4807993. OLE color: 4807993.

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

Color convert

RGB579373-
CMYK0.3900.220.64
HSL146.67º24%29.41%-
HSV(B)146.67º38.71%36.47%-
XYZ6.89.187.72-
YUV79.96124.07111.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=25.56%
G=41.70%
B=32.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793730.3900.220.64146.672429.41
Hex395D49270164093181d
Octal71135111470261002233035
Binary111001101110110010011001110101101000000100100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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