Html Css Color HEX #404D03 Verdun Green

📋 copy color: '#404D03'

red 64 ◦ green 77 ◦ blue 3

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

Shades of Verdun Green #404D03

Tints of Verdun Green #404D03

RGB

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

 GREEN value IS 77 (30.47% from 255) = 53.47%

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

R = 44.44%
G = 53.47%
B = 2.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#404D03 (or 0x404D03) is known color: Verdun Green. HEX triplet: 40, 4D and 03. RGB value is (64,77,3). Sum of RGB (Red+Green+Blue) = 64+77+3=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #404D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404D03 is #BFB2FC. Grayscale: #404040. Windows color (decimal): -12563197 or 216384. OLE color: 216384.

HSL color Cylindrical-coordinate representation of color #404D03: hue angle of 70.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #404D03 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 77 3 -
CMYK 0.17 0 0.96 0.70
HSL 70.54º 0.93% 0.16% -
HSV(B) 70.54º 0.96% 0.3% -
XYZ 4.78 6.4 1.07 -
YUV 64.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 64 77 3 0.17 0 0.96 0.70 70.54 0.93 0.16
Hex 40 4D 3 11 0 60 46 47 5C 10
Octal 100 115 3 21 0 140 106 107 134 20
Binary 1000000 1001101 11 10001 0 1100000 1000110 1000111 1011100 10000

Color Harmonies of #404D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D03

Black with #404D03

Text Example


Text Example

White with #404D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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