#395746

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

Shades of Plantation #395746

Tints of Plantation #395746

Color information

#395746 (or 0x395746) is unknown color: approx Plantation. HEX triplet: 39, 57 and 46. RGB value is (57,87,70). Sum of RGB (Red+Green+Blue) = 57+87+70=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #395746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395746 is #C6A8B9. Grayscale: #4C4C4C. Windows color (decimal): -13019322 or 4609849. OLE color: 4609849.

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

Color convert

RGB578770-
CMYK0.3400.200.66
HSL146º20.83%28.24%-
HSV(B)146º34.48%34.12%-
XYZ6.28.137.04-
YUV76.09124.56114.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 87 (34.38% from 255) = 40.65%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=26.64%
G=40.65%
B=32.71%

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
Decimal5787700.3400.200.6614620.8328.24
Hex395746220144292151c
Octal71127106420241022222534
Binary111001101011110001101000100101001000010100100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395746; }

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

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

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

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

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

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

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

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