#395547

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

Shades of Plantation #395547

Tints of Plantation #395547

Color information

#395547 (or 0x395547) is unknown color: approx Plantation. HEX triplet: 39, 55 and 47. RGB value is (57,85,71). Sum of RGB (Red+Green+Blue) = 57+85+71=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #395547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395547 is #C6AAB8. Grayscale: #4B4B4B. Windows color (decimal): -13019833 or 4674873. OLE color: 4674873.

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

Color convert

RGB578571-
CMYK0.3300.160.67
HSL150º19.72%27.84%-
HSV(B)150º32.94%33.33%-
XYZ6.077.827.15-
YUV75.03125.72115.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=26.76%
G=39.91%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785710.3300.160.6715019.7227.84
Hex395547210104396141c
Octal71125107410201032262434
Binary111001101010110001111000010100001000011100101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395547; }

 p { color: rgb(57,85,71); }

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

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

 a { background-color: rgb(57,85,71); }

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

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

 span { border-color: rgb(57,85,71); }

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