Html Css Color HEX #406F03 Verdun Green

📋 copy color: '#406F03'

red 64 ◦ green 111 ◦ blue 3

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

Shades of Verdun Green #406F03

Tints of Verdun Green #406F03

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.36%

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 35.96%
G = 62.36%
B = 1.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#406F03 (or 0x406F03) is known color: Verdun Green. HEX triplet: 40, 6F and 03. RGB value is (64,111,3). Sum of RGB (Red+Green+Blue) = 64+111+3=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 111 (43.75% from 255 or 62.36% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 111 - color contains mainly: green. Hex color #406F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406F03 is #BF90FC. Grayscale: #555555. Windows color (decimal): -12554493 or 225088. OLE color: 225088.

HSL color Cylindrical-coordinate representation of color #406F03: hue angle of 86.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #406F03 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 3 -
CMYK 0.42 0 0.97 0.56
HSL 86.11º 0.95% 0.22% -
HSV(B) 86.11º 0.97% 0.44% -
XYZ 7.82 12.47 2.08 -
YUV 84.64 81.93 113.28 -
System Red Green Blue C M Y K H S L
Decimal 64 111 3 0.42 0 0.97 0.56 86.11 0.95 0.22
Hex 40 6F 3 2A 0 61 38 56 5F 16
Octal 100 157 3 52 0 141 70 126 137 26
Binary 1000000 1101111 11 101010 0 1100001 111000 1010110 1011111 10110

Color Harmonies of #406F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F03

Black with #406F03

Text Example


Text Example

White with #406F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,111,3); }

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

background-color css

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

 a { background-color: rgb(64,111,3); }

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

border-color css

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

 span { border-color: rgb(64,111,3); }

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