Html Css Color HEX #406B03 Verdun Green

📋 copy color: '#406B03'

red 64 ◦ green 107 ◦ blue 3

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

Shades of Verdun Green #406B03

Tints of Verdun Green #406B03

RGB

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

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

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

R = 36.78%
G = 61.49%
B = 1.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#406B03 (or 0x406B03) is known color: Verdun Green. HEX triplet: 40, 6B and 03. RGB value is (64,107,3). Sum of RGB (Red+Green+Blue) = 64+107+3=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 107 (42.19% from 255 or 61.49% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 107 - color contains mainly: green. Hex color #406B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406B03 is #BF94FC. Grayscale: #525252. Windows color (decimal): -12555517 or 224064. OLE color: 224064.

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

Color convert

RGB 64 107 3 -
CMYK 0.40 0 0.97 0.58
HSL 84.81º 0.95% 0.22% -
HSV(B) 84.81º 0.97% 0.42% -
XYZ 7.39 11.61 1.94 -
YUV 82.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 64 107 3 0.40 0 0.97 0.58 84.81 0.95 0.22
Hex 40 6B 3 28 0 61 3A 55 5F 16
Octal 100 153 3 50 0 141 72 125 137 26
Binary 1000000 1101011 11 101000 0 1100001 111010 1010101 1011111 10110

Color Harmonies of #406B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B03

Black with #406B03

Text Example


Text Example

White with #406B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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