Html Css Color HEX #406B02 Verdun Green

📋 copy color: '#406B02'

red 64 ◦ green 107 ◦ blue 2

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

Shades of Verdun Green #406B02

Tints of Verdun Green #406B02

RGB

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

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

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

R = 36.99%
G = 61.85%
B = 1.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#406B02 (or 0x406B02) is known color: Verdun Green. HEX triplet: 40, 6B and 02. RGB value is (64,107,2). Sum of RGB (Red+Green+Blue) = 64+107+2=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #406B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406B02 is #BF94FD. Grayscale: #525252. Windows color (decimal): -12555518 or 158528. OLE color: 158528.

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

Color convert

RGB 64 107 2 -
CMYK 0.40 0 0.98 0.58
HSL 84.57º 0.96% 0.21% -
HSV(B) 84.57º 0.98% 0.42% -
XYZ 7.38 11.61 1.91 -
YUV 82.17 82.75 115.04 -
System Red Green Blue C M Y K H S L
Decimal 64 107 2 0.40 0 0.98 0.58 84.57 0.96 0.21
Hex 40 6B 2 28 0 62 3A 55 60 15
Octal 100 153 2 50 0 142 72 125 140 25
Binary 1000000 1101011 10 101000 0 1100010 111010 1010101 1100000 10101

Color Harmonies of #406B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B02

Black with #406B02

Text Example


Text Example

White with #406B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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