#395044

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

Shades of Plantation #395044

Tints of Plantation #395044

Color information

#395044 (or 0x395044) is unknown color: approx Plantation. HEX triplet: 39, 50 and 44. RGB value is (57,80,68). Sum of RGB (Red+Green+Blue) = 57+80+68=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #395044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395044 is #C6AFBB. Grayscale: #474747. Windows color (decimal): -13021116 or 4476985. OLE color: 4476985.

HSL color Cylindrical-coordinate representation of color #395044: hue angle of 148.7º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #395044 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB578068-
CMYK0.2900.150.69
HSL148.7º16.79%26.86%-
HSV(B)148.7º28.75%31.37%-
XYZ5.67.026.53-
YUV71.75125.88117.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=27.80%
G=39.02%
B=33.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5780680.2900.150.69148.716.7926.86
Hex3950441D0F4595111b
Octal71120104350171052252133
Binary1110011010000100010011101011111000101100101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395044; }

 p { color: rgb(57,80,68); }

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

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

 a { background-color: rgb(57,80,68); }

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

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

 span { border-color: rgb(57,80,68); }

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