Html Css Color HEX #404903 Verdun Green

📋 copy color: '#404903'

red 64 ◦ green 73 ◦ blue 3

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

Shades of Verdun Green #404903

Tints of Verdun Green #404903

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.14%

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

R = 45.71%
G = 52.14%
B = 2.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#404903 (or 0x404903) is known color: Verdun Green. HEX triplet: 40, 49 and 03. RGB value is (64,73,3). Sum of RGB (Red+Green+Blue) = 64+73+3=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #404903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404903 is #BFB6FC. Grayscale: #3E3E3E. Windows color (decimal): -12564221 or 215360. OLE color: 215360.

HSL color Cylindrical-coordinate representation of color #404903: hue angle of 67.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #404903 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 73 3 -
CMYK 0.12 0 0.96 0.71
HSL 67.71º 0.92% 0.15% -
HSV(B) 67.71º 0.96% 0.29% -
XYZ 4.51 5.86 0.98 -
YUV 62.33 94.52 129.19 -
System Red Green Blue C M Y K H S L
Decimal 64 73 3 0.12 0 0.96 0.71 67.71 0.92 0.15
Hex 40 49 3 C 0 60 47 44 5C F
Octal 100 111 3 14 0 140 107 104 134 17
Binary 1000000 1001001 11 1100 0 1100000 1000111 1000100 1011100 1111

Color Harmonies of #404903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404903

Black with #404903

Text Example


Text Example

White with #404903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404903; }

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

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

background-color css

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

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

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

border-color css

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

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

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