#395546

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

Shades of Plantation #395546

Tints of Plantation #395546

Color information

#395546 (or 0x395546) is unknown color: approx Plantation. HEX triplet: 39, 55 and 46. RGB value is (57,85,70). Sum of RGB (Red+Green+Blue) = 57+85+70=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #395546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395546 is #C6AAB9. Grayscale: #4A4A4A. Windows color (decimal): -13019834 or 4609337. OLE color: 4609337.

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

Color convert

RGB578570-
CMYK0.3300.180.67
HSL147.86º19.72%27.84%-
HSV(B)147.86º32.94%33.33%-
XYZ6.047.816.98-
YUV74.92125.22115.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=26.89%
G=40.09%
B=33.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785700.3300.180.67147.8619.7227.84
Hex395546210124394141c
Octal71125106410221032242434
Binary111001101010110001101000010100101000011100101001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395546; }

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

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

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

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

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

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

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

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