Html Css Color HEX #404715 Verdun Green

📋 copy color: '#404715'

red 64 ◦ green 71 ◦ blue 21

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

Shades of Verdun Green #404715

Tints of Verdun Green #404715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.51%

 BLUE value IS 21 (8.59% from 255) = 13.46%

R = 41.03%
G = 45.51%
B = 13.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#404715 (or 0x404715) is known color: Verdun Green. HEX triplet: 40, 47 and 15. RGB value is (64,71,21). Sum of RGB (Red+Green+Blue) = 64+71+21=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #404715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404715 is #BFB8EA. Grayscale: #3F3F3F. Windows color (decimal): -12564715 or 1394496. OLE color: 1394496.

HSL color Cylindrical-coordinate representation of color #404715: hue angle of 68.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #404715 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 71 21 -
CMYK 0.10 0 0.70 0.72
HSL 68.4º 0.54% 0.18% -
HSV(B) 68.4º 0.7% 0.28% -
XYZ 4.5 5.65 1.56 -
YUV 63.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 64 71 21 0.10 0 0.70 0.72 68.4 0.54 0.18
Hex 40 47 15 A 0 46 48 44 36 12
Octal 100 107 25 12 0 106 110 104 66 22
Binary 1000000 1000111 10101 1010 0 1000110 1001000 1000100 110110 10010

Color Harmonies of #404715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404715

Black with #404715

Text Example


Text Example

White with #404715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404715; }

 p { color: rgb(64,71,21); }

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

background-color css

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

 a { background-color: rgb(64,71,21); }

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

border-color css

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

 span { border-color: rgb(64,71,21); }

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