Html Css Color HEX #406805 Verdun Green

📋 copy color: '#406805'

red 64 ◦ green 104 ◦ blue 5

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

Shades of Verdun Green #406805

Tints of Verdun Green #406805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 36.99%
G = 60.12%
B = 2.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#406805 (or 0x406805) is known color: Verdun Green. HEX triplet: 40, 68 and 05. RGB value is (64,104,5). Sum of RGB (Red+Green+Blue) = 64+104+5=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #406805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406805 is #BF97FA. Grayscale: #515151. Windows color (decimal): -12556283 or 354368. OLE color: 354368.

HSL color Cylindrical-coordinate representation of color #406805: hue angle of 84.24º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #406805 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 104 5 -
CMYK 0.38 0 0.95 0.59
HSL 84.24º 0.91% 0.21% -
HSV(B) 84.24º 0.95% 0.41% -
XYZ 7.09 11 1.89 -
YUV 80.75 85.25 116.05 -
System Red Green Blue C M Y K H S L
Decimal 64 104 5 0.38 0 0.95 0.59 84.24 0.91 0.21
Hex 40 68 5 26 0 5F 3B 54 5B 15
Octal 100 150 5 46 0 137 73 124 133 25
Binary 1000000 1101000 101 100110 0 1011111 111011 1010100 1011011 10101

Color Harmonies of #406805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406805

Black with #406805

Text Example


Text Example

White with #406805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406805; }

 p { color: rgb(64,104,5); }

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

background-color css

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

 a { background-color: rgb(64,104,5); }

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

border-color css

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

 span { border-color: rgb(64,104,5); }

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