#396848

Color #396848 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #396848

Tints of Hunter Green #396848

Color information

#396848 (or 0x396848) is unknown color: approx 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

RGB5710472-
CMYK0.4500.310.59
HSL139.15º29.19%31.57%-
HSV(B)139.15º45.19%40.78%-
XYZ7.8111.247.89-
YUV86.3119.93107.1-

RGB Variations

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

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.90%
R=24.46%
G=44.64%
B=30.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104720.4500.310.59139.1529.1931.57
Hex3968482D01F3B8b1d20
Octal7115011055037732133540
Binary111001110100010010001011010111111110111000101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>