Html Css Color HEX #394F45 Plantation

📋 copy color: '#394F45'

red 57 ◦ green 79 ◦ blue 69

#394F45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #394F45

Tints of Plantation #394F45

RGB

 RED value IS 57 (22.66% from 255) = 27.8%

 GREEN value IS 79 (31.25% from 255) = 38.54%

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 27.8%
G = 38.54%
B = 33.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#394F45 (or 0x394F45) is known color: 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

RGB 57 79 69 -
CMYK 0.28 0 0.13 0.69
HSL 152.73º 0.16% 0.27% -
HSV(B) 152.73º 0.28% 0.31% -
XYZ 5.56 6.89 6.67 -
YUV 71.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 57 79 69 0.28 0 0.13 0.69 152.73 0.16 0.27
Hex 39 4F 45 1C 0 D 45 99 10 1B
Octal 71 117 105 34 0 15 105 231 20 33
Binary 111001 1001111 1000101 11100 0 1101 1000101 10011001 10000 11011

Color Harmonies of #394F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F45

Black with #394F45

Text Example


Text Example

White with #394F45

Text Example


Text Example

HTML Codes & Css Web 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>