#395949

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

Shades of Plantation #395949

Tints of Plantation #395949

Color information

#395949 (or 0x395949) is unknown color: approx Plantation. HEX triplet: 39, 59 and 49. RGB value is (57,89,73). Sum of RGB (Red+Green+Blue) = 57+89+73=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #395949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395949 is #C6A6B6. Grayscale: #4D4D4D. Windows color (decimal): -13018807 or 4806969. OLE color: 4806969.

HSL color Cylindrical-coordinate representation of color #395949: hue angle of 150º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395949 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB578973-
CMYK0.3600.180.65
HSL150º21.92%28.63%-
HSV(B)150º35.96%34.9%-
XYZ6.468.57.6-
YUV77.61125.4113.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=26.03%
G=40.64%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789730.3600.180.6515021.9228.63
Hex395949240124196161d
Octal71131111440221012262635
Binary111001101100110010011001000100101000001100101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395949; }

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

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

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

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

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

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

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

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