#395645

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

Shades of Plantation #395645

Tints of Plantation #395645

Color information

#395645 (or 0x395645) is unknown color: approx Plantation. HEX triplet: 39, 56 and 45. RGB value is (57,86,69). Sum of RGB (Red+Green+Blue) = 57+86+69=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #395645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395645 is #C6A9BA. Grayscale: #4B4B4B. Windows color (decimal): -13019579 or 4544057. OLE color: 4544057.

HSL color Cylindrical-coordinate representation of color #395645: hue angle of 144.83º degrees, saturation: 0.2, 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 #395645 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB578669-
CMYK0.3400.200.66
HSL144.83º20.28%28.04%-
HSV(B)144.83º33.72%33.73%-
XYZ6.097.966.84-
YUV75.39124.39114.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=26.89%
G=40.57%
B=32.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5786690.3400.200.66144.8320.2828.04
Hex395645220144291141c
Octal71126105420241022212434
Binary111001101011010001011000100101001000010100100011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395645; }

 p { color: rgb(57,86,69); }

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

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

 a { background-color: rgb(57,86,69); }

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

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

 span { border-color: rgb(57,86,69); }

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