Html Css Color HEX #406346 Hunter Green

📋 copy color: '#406346'

red 64 ◦ green 99 ◦ blue 70

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

Shades of Hunter Green #406346

Tints of Hunter Green #406346

RGB

 RED value IS 64 (25.39% from 255) = 27.47%

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

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

R = 27.47%
G = 42.49%
B = 30.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#406346 (or 0x406346) is known color: Hunter Green. HEX triplet: 40, 63 and 46. RGB value is (64,99,70). Sum of RGB (Red+Green+Blue) = 64+99+70=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #406346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406346 is #BF9CB9. Grayscale: #555555. Windows color (decimal): -12557498 or 4612928. OLE color: 4612928.

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

Color convert

RGB 64 99 70 -
CMYK 0.35 0 0.29 0.61
HSL 130.29º 0.21% 0.32% -
HSV(B) 130.29º 0.35% 0.39% -
XYZ 7.68 10.46 7.41 -
YUV 85.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 64 99 70 0.35 0 0.29 0.61 130.29 0.21 0.32
Hex 40 63 46 23 0 1D 3D 82 15 20
Octal 100 143 106 43 0 35 75 202 25 40
Binary 1000000 1100011 1000110 100011 0 11101 111101 10000010 10101 100000

Color Harmonies of #406346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406346

Black with #406346

Text Example


Text Example

White with #406346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406346; }

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

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

background-color css

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

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

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

border-color css

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

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

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