Html Css Color HEX #406F01 Verdun Green

📋 copy color: '#406F01'

red 64 ◦ green 111 ◦ blue 1

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

Shades of Verdun Green #406F01

Tints of Verdun Green #406F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 36.36%
G = 63.07%
B = 0.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#406F01 (or 0x406F01) is known color: Verdun Green. HEX triplet: 40, 6F and 01. RGB value is (64,111,1). Sum of RGB (Red+Green+Blue) = 64+111+1=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #406F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406F01 is #BF90FE. Grayscale: #545454. Windows color (decimal): -12554495 or 94016. OLE color: 94016.

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

Color convert

RGB 64 111 1 -
CMYK 0.42 0 0.99 0.56
HSL 85.64º 0.98% 0.22% -
HSV(B) 85.64º 0.99% 0.44% -
XYZ 7.8 12.46 2.02 -
YUV 84.41 80.93 113.44 -
System Red Green Blue C M Y K H S L
Decimal 64 111 1 0.42 0 0.99 0.56 85.64 0.98 0.22
Hex 40 6F 1 2A 0 63 38 56 62 16
Octal 100 157 1 52 0 143 70 126 142 26
Binary 1000000 1101111 1 101010 0 1100011 111000 1010110 1100010 10110

Color Harmonies of #406F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F01

Black with #406F01

Text Example


Text Example

White with #406F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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