Html Css Color HEX #404804 Verdun Green

📋 copy color: '#404804'

red 64 ◦ green 72 ◦ blue 4

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

Shades of Verdun Green #404804

Tints of Verdun Green #404804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.43%

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

R = 45.71%
G = 51.43%
B = 2.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#404804 (or 0x404804) is known color: Verdun Green. HEX triplet: 40, 48 and 04. RGB value is (64,72,4). Sum of RGB (Red+Green+Blue) = 64+72+4=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #404804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404804 is #BFB7FB. Grayscale: #3E3E3E. Windows color (decimal): -12564476 or 280640. OLE color: 280640.

HSL color Cylindrical-coordinate representation of color #404804: hue angle of 67.06º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #404804 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 4 -
CMYK 0.11 0 0.94 0.72
HSL 67.06º 0.89% 0.15% -
HSV(B) 67.06º 0.94% 0.28% -
XYZ 4.45 5.73 0.99 -
YUV 61.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 64 72 4 0.11 0 0.94 0.72 67.06 0.89 0.15
Hex 40 48 4 B 0 5E 48 43 59 F
Octal 100 110 4 13 0 136 110 103 131 17
Binary 1000000 1001000 100 1011 0 1011110 1001000 1000011 1011001 1111

Color Harmonies of #404804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404804

Black with #404804

Text Example


Text Example

White with #404804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404804; }

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

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

background-color css

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

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

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

border-color css

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

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

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