Html Css Color HEX #404E06 Verdun Green

📋 copy color: '#404E06'

red 64 ◦ green 78 ◦ blue 6

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

Shades of Verdun Green #404E06

Tints of Verdun Green #404E06

RGB

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

 GREEN value IS 78 (30.86% from 255) = 52.7%

 BLUE value IS 6 (2.73% from 255) = 4.05%

R = 43.24%
G = 52.7%
B = 4.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#404E06 (or 0x404E06) is known color: Verdun Green. HEX triplet: 40, 4E and 06. RGB value is (64,78,6). Sum of RGB (Red+Green+Blue) = 64+78+6=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #404E06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404E06 is #BFB1F9. Grayscale: #414141. Windows color (decimal): -12562938 or 413248. OLE color: 413248.

HSL color Cylindrical-coordinate representation of color #404E06: hue angle of 71.67º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #404E06 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 78 6 -
CMYK 0.18 0 0.92 0.69
HSL 71.67º 0.86% 0.16% -
HSV(B) 71.67º 0.92% 0.31% -
XYZ 4.87 6.55 1.18 -
YUV 65.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 64 78 6 0.18 0 0.92 0.69 71.67 0.86 0.16
Hex 40 4E 6 12 0 5C 45 48 56 10
Octal 100 116 6 22 0 134 105 110 126 20
Binary 1000000 1001110 110 10010 0 1011100 1000101 1001000 1010110 10000

Color Harmonies of #404E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E06

Black with #404E06

Text Example


Text Example

White with #404E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404E06; }

 p { color: rgb(64,78,6); }

 H1.HeaderClassName
 {
   color: #404E06;
 }
 .AnyTagClassName
 {
   color: #404E06;
 }
</style>

background-color css

<style>
 a { background-color: #404E06; }

 a { background-color: rgb(64,78,6); }

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

border-color css

<style>
 span { border-color: #404E06; }

 span { border-color: rgb(64,78,6); }

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