Html Css Color HEX #406C04 Verdun Green

📋 copy color: '#406C04'

red 64 ◦ green 108 ◦ blue 4

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

Shades of Verdun Green #406C04

Tints of Verdun Green #406C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 61.36%

 BLUE value IS 4 (1.95% from 255) = 2.27%

R = 36.36%
G = 61.36%
B = 2.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#406C04 (or 0x406C04) is known color: Verdun Green. HEX triplet: 40, 6C and 04. RGB value is (64,108,4). Sum of RGB (Red+Green+Blue) = 64+108+4=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 108 (42.58% from 255 or 61.36% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 108 - color contains mainly: green. Hex color #406C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406C04 is #BF93FB. Grayscale: #535353. Windows color (decimal): -12555260 or 289856. OLE color: 289856.

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

Color convert

RGB 64 108 4 -
CMYK 0.41 0 0.96 0.58
HSL 85.38º 0.93% 0.22% -
HSV(B) 85.38º 0.96% 0.42% -
XYZ 7.5 11.82 2 -
YUV 82.99 83.42 114.46 -
System Red Green Blue C M Y K H S L
Decimal 64 108 4 0.41 0 0.96 0.58 85.38 0.93 0.22
Hex 40 6C 4 29 0 60 3A 55 5D 16
Octal 100 154 4 51 0 140 72 125 135 26
Binary 1000000 1101100 100 101001 0 1100000 111010 1010101 1011101 10110

Color Harmonies of #406C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C04

Black with #406C04

Text Example


Text Example

White with #406C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,108,4); }

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

background-color css

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

 a { background-color: rgb(64,108,4); }

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

border-color css

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

 span { border-color: rgb(64,108,4); }

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