#395D48

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

Shades of Plantation #395D48

Tints of Plantation #395D48

Color information

#395D48 (or 0x395D48) is unknown color: approx Plantation. HEX triplet: 39, 5D and 48. RGB value is (57,93,72). Sum of RGB (Red+Green+Blue) = 57+93+72=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #395D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D48 is #C6A2B7. Grayscale: #4F4F4F. Windows color (decimal): -13017784 or 4742457. OLE color: 4742457.

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

Color convert

RGB579372-
CMYK0.3900.230.64
HSL145º24%29.41%-
HSV(B)145º38.71%36.47%-
XYZ6.779.177.54-
YUV79.84123.57111.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 93 (36.72% from 255) = 41.89%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=25.68%
G=41.89%
B=32.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793720.3900.230.641452429.41
Hex395D48270174091181d
Octal71135110470271002213035
Binary111001101110110010001001110101111000000100100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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