#395545

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

Shades of Plantation #395545

Tints of Plantation #395545

Color information

#395545 (or 0x395545) is unknown color: approx Plantation. HEX triplet: 39, 55 and 45. RGB value is (57,85,69). Sum of RGB (Red+Green+Blue) = 57+85+69=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #395545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395545 is #C6AABA. Grayscale: #4A4A4A. Windows color (decimal): -13019835 or 4543801. OLE color: 4543801.

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

Color convert

RGB578569-
CMYK0.3300.190.67
HSL145.71º19.72%27.84%-
HSV(B)145.71º32.94%33.33%-
XYZ6.017.86.82-
YUV74.8124.72115.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=27.01%
G=40.28%
B=32.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785690.3300.190.67145.7119.7227.84
Hex395545210134392141c
Octal71125105410231032222434
Binary111001101010110001011000010100111000011100100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395545; }

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

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

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

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

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

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

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

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