#395749

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

Shades of Plantation #395749

Tints of Plantation #395749

Color information

#395749 (or 0x395749) is unknown color: approx Plantation. HEX triplet: 39, 57 and 49. RGB value is (57,87,73). Sum of RGB (Red+Green+Blue) = 57+87+73=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #395749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395749 is #C6A8B6. Grayscale: #4C4C4C. Windows color (decimal): -13019319 or 4806457. OLE color: 4806457.

HSL color Cylindrical-coordinate representation of color #395749: hue angle of 152º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395749 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB578773-
CMYK0.3400.160.66
HSL152º20.83%28.24%-
HSV(B)152º34.48%34.12%-
XYZ6.38.177.55-
YUV76.43126.06114.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.27%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=26.27%
G=40.09%
B=33.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5787730.3400.160.6615220.8328.24
Hex395749220104298151c
Octal71127111420201022302534
Binary111001101011110010011000100100001000010100110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395749; }

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

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

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

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

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

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

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

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