#395446

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

Shades of Plantation #395446

Tints of Plantation #395446

Color information

#395446 (or 0x395446) is unknown color: approx Plantation. HEX triplet: 39, 54 and 46. RGB value is (57,84,70). Sum of RGB (Red+Green+Blue) = 57+84+70=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #395446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395446 is #C6ABB9. Grayscale: #4A4A4A. Windows color (decimal): -13020090 or 4609081. OLE color: 4609081.

HSL color Cylindrical-coordinate representation of color #395446: hue angle of 148.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #395446 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB578470-
CMYK0.3200.170.67
HSL148.89º19.15%27.65%-
HSV(B)148.89º32.14%32.94%-
XYZ5.967.656.96-
YUV74.33125.55115.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 70 (27.73% from 255) = 33.18%
R=27.01%
G=39.81%
B=33.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784700.3200.170.67148.8919.1527.65
Hex395446200114395131c
Octal71124106400211032252334
Binary111001101010010001101000000100011000011100101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395446; }

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

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

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

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

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

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

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

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