Html Css Color HEX #406B00 Verdun Green

📋 copy color: '#406B00'

red 64 ◦ green 107 ◦ blue 0

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

Shades of Verdun Green #406B00

Tints of Verdun Green #406B00

RGB

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

 GREEN value IS 107 (42.19% from 255) = 62.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.43%
G = 62.57%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#406B00 (or 0x406B00) is known color: Verdun Green. HEX triplet: 40, 6B and 00. RGB value is (64,107,0). Sum of RGB (Red+Green+Blue) = 64+107+0=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 107 (42.19% from 255 or 62.57% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 107 - color contains mainly: green. Hex color #406B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406B00 is #BF94FF. Grayscale: #525252. Windows color (decimal): -12555520 or 27456. OLE color: 27456.

HSL color Cylindrical-coordinate representation of color #406B00: hue angle of 84.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #406B00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 107 0 -
CMYK 0.40 0 1 0.58
HSL 84.11º 1% 0.21% -
HSV(B) 84.11º 1% 0.42% -
XYZ 7.37 11.61 1.85 -
YUV 81.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 64 107 0 0.40 0 1 0.58 84.11 1 0.21
Hex 40 6B 0 28 0 64 3A 54 64 15
Octal 100 153 0 50 0 144 72 124 144 25
Binary 1000000 1101011 0 101000 0 1100100 111010 1010100 1100100 10101

Color Harmonies of #406B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B00

Black with #406B00

Text Example


Text Example

White with #406B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406B00; }

 p { color: rgb(64,107,0); }

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

background-color css

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

 a { background-color: rgb(64,107,0); }

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

border-color css

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

 span { border-color: rgb(64,107,0); }

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