Html Css Color HEX #396049 Plantation

📋 copy color: '#396049'

red 57 ◦ green 96 ◦ blue 73

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

Shades of Plantation #396049

Tints of Plantation #396049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.48%

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

R = 25.22%
G = 42.48%
B = 32.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#396049 (or 0x396049) is known color: Plantation. HEX triplet: 39, 60 and 49. RGB value is (57,96,73). Sum of RGB (Red+Green+Blue) = 57+96+73=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #396049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396049 is #C69FB6. Grayscale: #515151. Windows color (decimal): -13017015 or 4808761. OLE color: 4808761.

HSL color Cylindrical-coordinate representation of color #396049: hue angle of 144.62º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #396049 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 96 73 -
CMYK 0.41 0 0.24 0.62
HSL 144.62º 0.25% 0.3% -
HSV(B) 144.62º 0.41% 0.38% -
XYZ 7.07 9.72 7.81 -
YUV 81.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 57 96 73 0.41 0 0.24 0.62 144.62 0.25 0.3
Hex 39 60 49 29 0 18 3E 91 19 1E
Octal 71 140 111 51 0 30 76 221 31 36
Binary 111001 1100000 1001001 101001 0 11000 111110 10010001 11001 11110

Color Harmonies of #396049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396049

Black with #396049

Text Example


Text Example

White with #396049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396049; }

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

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

background-color css

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

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

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

border-color css

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

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

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