#395849

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

Shades of Plantation #395849

Tints of Plantation #395849

Color information

#395849 (or 0x395849) is unknown color: approx Plantation. HEX triplet: 39, 58 and 49. RGB value is (57,88,73). Sum of RGB (Red+Green+Blue) = 57+88+73=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #395849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395849 is #C6A7B6. Grayscale: #4D4D4D. Windows color (decimal): -13019063 or 4806713. OLE color: 4806713.

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

Color convert

RGB578873-
CMYK0.3500.170.65
HSL150.97º21.38%28.43%-
HSV(B)150.97º35.23%34.51%-
XYZ6.388.337.58-
YUV77.02125.73113.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=26.15%
G=40.37%
B=33.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5788730.3500.170.65150.9721.3828.43
Hex395849230114197151c
Octal71130111430211012272534
Binary111001101100010010011000110100011000001100101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395849; }

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

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

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

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

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

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

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

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