Html Css Color HEX #404810 Verdun Green

📋 copy color: '#404810'

red 64 ◦ green 72 ◦ blue 16

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

Shades of Verdun Green #404810

Tints of Verdun Green #404810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 42.11%
G = 47.37%
B = 10.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#404810 (or 0x404810) is known color: Verdun Green. HEX triplet: 40, 48 and 10. RGB value is (64,72,16). Sum of RGB (Red+Green+Blue) = 64+72+16=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #404810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404810 is #BFB7EF. Grayscale: #3F3F3F. Windows color (decimal): -12564464 or 1067072. OLE color: 1067072.

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

Color convert

RGB 64 72 16 -
CMYK 0.11 0 0.78 0.72
HSL 68.57º 0.64% 0.17% -
HSV(B) 68.57º 0.78% 0.28% -
XYZ 4.53 5.76 1.36 -
YUV 63.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 64 72 16 0.11 0 0.78 0.72 68.57 0.64 0.17
Hex 40 48 10 B 0 4E 48 45 40 11
Octal 100 110 20 13 0 116 110 105 100 21
Binary 1000000 1001000 10000 1011 0 1001110 1001000 1000101 1000000 10001

Color Harmonies of #404810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404810

Black with #404810

Text Example


Text Example

White with #404810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404810; }

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

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

background-color css

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

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

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

border-color css

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

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

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