#394F45

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

Shades of Plantation #394F45

Tints of Plantation #394F45

Color information

#394F45 (or 0x394F45) is unknown color: approx Plantation. HEX triplet: 39, 4F and 45. RGB value is (57,79,69). Sum of RGB (Red+Green+Blue) = 57+79+69=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 79 - color contains mainly: green. Hex color #394F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F45 is #C6B0BA. Grayscale: #474747. Windows color (decimal): -13021371 or 4542265. OLE color: 4542265.

HSL color Cylindrical-coordinate representation of color #394F45: hue angle of 152.73º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #394F45 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB577969-
CMYK0.2800.130.69
HSL152.73º16.18%26.67%-
HSV(B)152.73º27.85%30.98%-
XYZ5.566.896.67-
YUV71.28126.71117.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=27.80%
G=38.54%
B=33.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779690.2800.130.69152.7316.1826.67
Hex394F451C0D4599101b
Octal71117105340151052312033
Binary1110011001111100010111100011011000101100110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394F45; }

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

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

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

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

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

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

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

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