Html Css Color HEX #404717 Verdun Green

📋 copy color: '#404717'

red 64 ◦ green 71 ◦ blue 23

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

Shades of Verdun Green #404717

Tints of Verdun Green #404717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.56%

R = 40.51%
G = 44.94%
B = 14.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#404717 (or 0x404717) is known color: Verdun Green. HEX triplet: 40, 47 and 17. RGB value is (64,71,23). Sum of RGB (Red+Green+Blue) = 64+71+23=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #404717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404717 is #BFB8E8. Grayscale: #3F3F3F. Windows color (decimal): -12564713 or 1525568. OLE color: 1525568.

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

Color convert

RGB 64 71 23 -
CMYK 0.10 0 0.68 0.72
HSL 68.75º 0.51% 0.18% -
HSV(B) 68.75º 0.68% 0.28% -
XYZ 4.52 5.66 1.66 -
YUV 63.44 105.18 128.4 -
System Red Green Blue C M Y K H S L
Decimal 64 71 23 0.10 0 0.68 0.72 68.75 0.51 0.18
Hex 40 47 17 A 0 44 48 45 33 12
Octal 100 107 27 12 0 104 110 105 63 22
Binary 1000000 1000111 10111 1010 0 1000100 1001000 1000101 110011 10010

Color Harmonies of #404717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404717

Black with #404717

Text Example


Text Example

White with #404717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404717; }

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

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

background-color css

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

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

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

border-color css

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

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

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