Html Css Color HEX #406F02 Verdun Green

📋 copy color: '#406F02'

red 64 ◦ green 111 ◦ blue 2

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

Shades of Verdun Green #406F02

Tints of Verdun Green #406F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.13%

R = 36.16%
G = 62.71%
B = 1.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#406F02 (or 0x406F02) is known color: Verdun Green. HEX triplet: 40, 6F and 02. RGB value is (64,111,2). Sum of RGB (Red+Green+Blue) = 64+111+2=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #406F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406F02 is #BF90FD. Grayscale: #545454. Windows color (decimal): -12554494 or 159552. OLE color: 159552.

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

Color convert

RGB 64 111 2 -
CMYK 0.42 0 0.98 0.56
HSL 85.87º 0.96% 0.22% -
HSV(B) 85.87º 0.98% 0.44% -
XYZ 7.81 12.46 2.05 -
YUV 84.52 81.43 113.36 -
System Red Green Blue C M Y K H S L
Decimal 64 111 2 0.42 0 0.98 0.56 85.87 0.96 0.22
Hex 40 6F 2 2A 0 62 38 56 60 16
Octal 100 157 2 52 0 142 70 126 140 26
Binary 1000000 1101111 10 101010 0 1100010 111000 1010110 1100000 10110

Color Harmonies of #406F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F02

Black with #406F02

Text Example


Text Example

White with #406F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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