Html Css Color HEX #396849 Plantation

📋 copy color: '#396849'

red 57 ◦ green 104 ◦ blue 73

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

Shades of Plantation #396849

Tints of Plantation #396849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.44%

 BLUE value IS 73 (28.91% from 255) = 31.2%

R = 24.36%
G = 44.44%
B = 31.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#396849 (or 0x396849) is known color: Plantation. HEX triplet: 39, 68 and 49. RGB value is (57,104,73). Sum of RGB (Red+Green+Blue) = 57+104+73=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #396849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396849 is #C697B6. Grayscale: #565656. Windows color (decimal): -13014967 or 4810809. OLE color: 4810809.

HSL color Cylindrical-coordinate representation of color #396849: hue angle of 140.43º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396849 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 104 73 -
CMYK 0.45 0 0.30 0.59
HSL 140.43º 0.29% 0.32% -
HSV(B) 140.43º 0.45% 0.41% -
XYZ 7.84 11.25 8.06 -
YUV 86.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 57 104 73 0.45 0 0.30 0.59 140.43 0.29 0.32
Hex 39 68 49 2D 0 1E 3B 8C 1D 20
Octal 71 150 111 55 0 36 73 214 35 40
Binary 111001 1101000 1001001 101101 0 11110 111011 10001100 11101 100000

Color Harmonies of #396849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396849

Black with #396849

Text Example


Text Example

White with #396849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396849; }

 p { color: rgb(57,104,73); }

 H1.HeaderClassName
 {
   color: #396849;
 }
 .AnyTagClassName
 {
   color: #396849;
 }
</style>

background-color css

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

 a { background-color: rgb(57,104,73); }

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

border-color css

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

 span { border-color: rgb(57,104,73); }

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