Html Css Color HEX #396346 Hunter Green

📋 copy color: '#396346'

red 57 ◦ green 99 ◦ blue 70

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

Shades of Hunter Green #396346

Tints of Hunter Green #396346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.81%

 BLUE value IS 70 (27.73% from 255) = 30.97%

R = 25.22%
G = 43.81%
B = 30.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#396346 (or 0x396346) is known color: Hunter Green. HEX triplet: 39, 63 and 46. RGB value is (57,99,70). Sum of RGB (Red+Green+Blue) = 57+99+70=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #396346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396346 is #C69CB9. Grayscale: #535353. Windows color (decimal): -13016250 or 4612921. OLE color: 4612921.

HSL color Cylindrical-coordinate representation of color #396346: hue angle of 138.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396346 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 99 70 -
CMYK 0.42 0 0.29 0.61
HSL 138.57º 0.27% 0.31% -
HSV(B) 138.57º 0.42% 0.39% -
XYZ 7.25 10.24 7.39 -
YUV 83.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 57 99 70 0.42 0 0.29 0.61 138.57 0.27 0.31
Hex 39 63 46 2A 0 1D 3D 8B 1B 1F
Octal 71 143 106 52 0 35 75 213 33 37
Binary 111001 1100011 1000110 101010 0 11101 111101 10001011 11011 11111

Color Harmonies of #396346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396346

Black with #396346

Text Example


Text Example

White with #396346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396346; }

 p { color: rgb(57,99,70); }

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

background-color css

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

 a { background-color: rgb(57,99,70); }

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

border-color css

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

 span { border-color: rgb(57,99,70); }

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