Html Css Color HEX #396848 Hunter Green

📋 copy color: '#396848'

red 57 ◦ green 104 ◦ blue 72

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

Shades of Hunter Green #396848

Tints of Hunter Green #396848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.9%

R = 24.46%
G = 44.64%
B = 30.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#396848 (or 0x396848) is known color: Hunter Green. HEX triplet: 39, 68 and 48. RGB value is (57,104,72). Sum of RGB (Red+Green+Blue) = 57+104+72=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #396848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396848 is #C697B7. Grayscale: #565656. Windows color (decimal): -13014968 or 4745273. OLE color: 4745273.

HSL color Cylindrical-coordinate representation of color #396848: hue angle of 139.15º 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 #396848 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 104 72 -
CMYK 0.45 0 0.31 0.59
HSL 139.15º 0.29% 0.32% -
HSV(B) 139.15º 0.45% 0.41% -
XYZ 7.81 11.24 7.89 -
YUV 86.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 57 104 72 0.45 0 0.31 0.59 139.15 0.29 0.32
Hex 39 68 48 2D 0 1F 3B 8B 1D 20
Octal 71 150 110 55 0 37 73 213 35 40
Binary 111001 1101000 1001000 101101 0 11111 111011 10001011 11101 100000

Color Harmonies of #396848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396848

Black with #396848

Text Example


Text Example

White with #396848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396848; }

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

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

background-color css

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

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

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

border-color css

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

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

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