Html Css Color HEX #404404 Verdun Green

📋 copy color: '#404404'

red 64 ◦ green 68 ◦ blue 4

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

Shades of Verdun Green #404404

Tints of Verdun Green #404404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50%

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

R = 47.06%
G = 50%
B = 2.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#404404 (or 0x404404) is known color: Verdun Green. HEX triplet: 40, 44 and 04. RGB value is (64,68,4). Sum of RGB (Red+Green+Blue) = 64+68+4=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #404404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404404 is #BFBBFB. Grayscale: #3B3B3B. Windows color (decimal): -12565500 or 279616. OLE color: 279616.

HSL color Cylindrical-coordinate representation of color #404404: hue angle of 63.75º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #404404 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 68 4 -
CMYK 0.06 0 0.94 0.73
HSL 63.75º 0.89% 0.14% -
HSV(B) 63.75º 0.94% 0.27% -
XYZ 4.2 5.23 0.9 -
YUV 59.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 64 68 4 0.06 0 0.94 0.73 63.75 0.89 0.14
Hex 40 44 4 6 0 5E 49 40 59 E
Octal 100 104 4 6 0 136 111 100 131 16
Binary 1000000 1000100 100 110 0 1011110 1001001 1000000 1011001 1110

Color Harmonies of #404404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404404

Black with #404404

Text Example


Text Example

White with #404404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404404; }

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

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

background-color css

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

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

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

border-color css

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

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

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