Html Css Color HEX #406445 Hunter Green

📋 copy color: '#406445'

red 64 ◦ green 100 ◦ blue 69

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

Shades of Hunter Green #406445

Tints of Hunter Green #406445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.92%

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

R = 27.47%
G = 42.92%
B = 29.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#406445 (or 0x406445) is known color: Hunter Green. HEX triplet: 40, 64 and 45. RGB value is (64,100,69). Sum of RGB (Red+Green+Blue) = 64+100+69=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #406445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406445 is #BF9BBA. Grayscale: #555555. Windows color (decimal): -12557243 or 4547648. OLE color: 4547648.

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

Color convert

RGB 64 100 69 -
CMYK 0.36 0 0.31 0.61
HSL 128.33º 0.22% 0.32% -
HSV(B) 128.33º 0.36% 0.39% -
XYZ 7.75 10.63 7.27 -
YUV 85.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 64 100 69 0.36 0 0.31 0.61 128.33 0.22 0.32
Hex 40 64 45 24 0 1F 3D 80 16 20
Octal 100 144 105 44 0 37 75 200 26 40
Binary 1000000 1100100 1000101 100100 0 11111 111101 10000000 10110 100000

Color Harmonies of #406445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406445

Black with #406445

Text Example


Text Example

White with #406445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406445; }

 p { color: rgb(64,100,69); }

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

background-color css

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

 a { background-color: rgb(64,100,69); }

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

border-color css

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

 span { border-color: rgb(64,100,69); }

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