Html Css Color HEX #396845 Hunter Green

📋 copy color: '#396845'

red 57 ◦ green 104 ◦ blue 69

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

Shades of Hunter Green #396845

Tints of Hunter Green #396845

RGB

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

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

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

R = 24.78%
G = 45.22%
B = 30%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#396845 (or 0x396845) is known color: Hunter Green. HEX triplet: 39, 68 and 45. RGB value is (57,104,69). Sum of RGB (Red+Green+Blue) = 57+104+69=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #396845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396845 is #C697BA. Grayscale: #565656. Windows color (decimal): -13014971 or 4548665. OLE color: 4548665.

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

Color convert

RGB 57 104 69 -
CMYK 0.45 0 0.34 0.59
HSL 135.32º 0.29% 0.32% -
HSV(B) 135.32º 0.45% 0.41% -
XYZ 7.71 11.2 7.39 -
YUV 85.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 57 104 69 0.45 0 0.34 0.59 135.32 0.29 0.32
Hex 39 68 45 2D 0 22 3B 87 1D 20
Octal 71 150 105 55 0 42 73 207 35 40
Binary 111001 1101000 1000101 101101 0 100010 111011 10000111 11101 100000

Color Harmonies of #396845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396845

Black with #396845

Text Example


Text Example

White with #396845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396845; }

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

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

background-color css

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

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

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

border-color css

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

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

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