Html Css Color HEX #404904 Verdun Green

📋 copy color: '#404904'

red 64 ◦ green 73 ◦ blue 4

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

Shades of Verdun Green #404904

Tints of Verdun Green #404904

RGB

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

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

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

R = 45.39%
G = 51.77%
B = 2.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#404904 (or 0x404904) is known color: Verdun Green. HEX triplet: 40, 49 and 04. RGB value is (64,73,4). Sum of RGB (Red+Green+Blue) = 64+73+4=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 73 (28.91% from 255 or 51.77% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 73 - color contains mainly: green. Hex color #404904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404904 is #BFB6FB. Grayscale: #3E3E3E. Windows color (decimal): -12564220 or 280896. OLE color: 280896.

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

Color convert

RGB 64 73 4 -
CMYK 0.12 0 0.95 0.71
HSL 67.83º 0.9% 0.15% -
HSV(B) 67.83º 0.95% 0.29% -
XYZ 4.52 5.86 1.01 -
YUV 62.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 64 73 4 0.12 0 0.95 0.71 67.83 0.9 0.15
Hex 40 49 4 C 0 5F 47 44 5A F
Octal 100 111 4 14 0 137 107 104 132 17
Binary 1000000 1001001 100 1100 0 1011111 1000111 1000100 1011010 1111

Color Harmonies of #404904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404904

Black with #404904

Text Example


Text Example

White with #404904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404904; }

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

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

background-color css

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

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

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

border-color css

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

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

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