Html Css Color HEX #404408 Verdun Green

📋 copy color: '#404408'

red 64 ◦ green 68 ◦ blue 8

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

Shades of Verdun Green #404408

Tints of Verdun Green #404408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.71%

R = 45.71%
G = 48.57%
B = 5.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#404408 (or 0x404408) is known color: Verdun Green. HEX triplet: 40, 44 and 08. RGB value is (64,68,8). Sum of RGB (Red+Green+Blue) = 64+68+8=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #404408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404408 is #BFBBF7. Grayscale: #3C3C3C. Windows color (decimal): -12565496 or 541760. OLE color: 541760.

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

Color convert

RGB 64 68 8 -
CMYK 0.06 0 0.88 0.73
HSL 64º 0.79% 0.15% -
HSV(B) 64º 0.88% 0.27% -
XYZ 4.23 5.24 1.02 -
YUV 59.96 98.67 130.88 -
System Red Green Blue C M Y K H S L
Decimal 64 68 8 0.06 0 0.88 0.73 64 0.79 0.15
Hex 40 44 8 6 0 58 49 40 4F F
Octal 100 104 10 6 0 130 111 100 117 17
Binary 1000000 1000100 1000 110 0 1011000 1001001 1000000 1001111 1111

Color Harmonies of #404408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404408

Black with #404408

Text Example


Text Example

White with #404408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404408; }

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

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

background-color css

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

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

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

border-color css

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

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

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