Html Css Color HEX #404808 Verdun Green

📋 copy color: '#404808'

red 64 ◦ green 72 ◦ blue 8

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

Shades of Verdun Green #404808

Tints of Verdun Green #404808

RGB

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

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

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

R = 44.44%
G = 50%
B = 5.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#404808 (or 0x404808) is known color: Verdun Green. HEX triplet: 40, 48 and 08. RGB value is (64,72,8). Sum of RGB (Red+Green+Blue) = 64+72+8=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #404808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404808 is #BFB7F7. Grayscale: #3E3E3E. Windows color (decimal): -12564472 or 542784. OLE color: 542784.

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

Color convert

RGB 64 72 8 -
CMYK 0.11 0 0.89 0.72
HSL 67.5º 0.8% 0.16% -
HSV(B) 67.5º 0.89% 0.28% -
XYZ 4.48 5.74 1.1 -
YUV 62.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 64 72 8 0.11 0 0.89 0.72 67.5 0.8 0.16
Hex 40 48 8 B 0 59 48 44 50 10
Octal 100 110 10 13 0 131 110 104 120 20
Binary 1000000 1001000 1000 1011 0 1011001 1001000 1000100 1010000 10000

Color Harmonies of #404808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404808

Black with #404808

Text Example


Text Example

White with #404808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404808; }

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

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

background-color css

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

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

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

border-color css

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

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

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