Html Css Color HEX #406546 Hunter Green

📋 copy color: '#406546'

red 64 ◦ green 101 ◦ blue 70

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

Shades of Hunter Green #406546

Tints of Hunter Green #406546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.98%

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

R = 27.23%
G = 42.98%
B = 29.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#406546 (or 0x406546) is known color: Hunter Green. HEX triplet: 40, 65 and 46. RGB value is (64,101,70). Sum of RGB (Red+Green+Blue) = 64+101+70=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #406546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406546 is #BF9AB9. Grayscale: #565656. Windows color (decimal): -12556986 or 4613440. OLE color: 4613440.

HSL color Cylindrical-coordinate representation of color #406546: hue angle of 129.73º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406546 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 101 70 -
CMYK 0.37 0 0.31 0.60
HSL 129.73º 0.22% 0.32% -
HSV(B) 129.73º 0.37% 0.4% -
XYZ 7.87 10.84 7.47 -
YUV 86.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 64 101 70 0.37 0 0.31 0.60 129.73 0.22 0.32
Hex 40 65 46 25 0 1F 3C 82 16 20
Octal 100 145 106 45 0 37 74 202 26 40
Binary 1000000 1100101 1000110 100101 0 11111 111100 10000010 10110 100000

Color Harmonies of #406546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406546

Black with #406546

Text Example


Text Example

White with #406546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406546; }

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

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

background-color css

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

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

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

border-color css

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

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

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