#395548

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

Shades of Plantation #395548

Tints of Plantation #395548

Color information

#395548 (or 0x395548) is unknown color: approx Plantation. HEX triplet: 39, 55 and 48. RGB value is (57,85,72). Sum of RGB (Red+Green+Blue) = 57+85+72=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #395548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395548 is #C6AAB7. Grayscale: #4B4B4B. Windows color (decimal): -13019832 or 4740409. OLE color: 4740409.

HSL color Cylindrical-coordinate representation of color #395548: hue angle of 152.14º 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 #395548 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB578572-
CMYK0.3300.150.67
HSL152.14º19.72%27.84%-
HSV(B)152.14º32.94%33.33%-
XYZ6.117.837.32-
YUV75.15126.22115.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=26.64%
G=39.72%
B=33.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785720.3300.150.67152.1419.7227.84
Hex395548210F4398141c
Octal71125110410171032302434
Binary11100110101011001000100001011111000011100110001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395548; }

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

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

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

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

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

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

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

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