Html Css Color HEX #404613 Verdun Green

📋 copy color: '#404613'

red 64 ◦ green 70 ◦ blue 19

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

Shades of Verdun Green #404613

Tints of Verdun Green #404613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.75%

 BLUE value IS 19 (7.81% from 255) = 12.42%

R = 41.83%
G = 45.75%
B = 12.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#404613 (or 0x404613) is known color: Verdun Green. HEX triplet: 40, 46 and 13. RGB value is (64,70,19). Sum of RGB (Red+Green+Blue) = 64+70+19=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #404613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404613 is #BFB9EC. Grayscale: #3E3E3E. Windows color (decimal): -12564973 or 1263168. OLE color: 1263168.

HSL color Cylindrical-coordinate representation of color #404613: hue angle of 67.06º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404613 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 70 19 -
CMYK 0.09 0 0.73 0.73
HSL 67.06º 0.57% 0.17% -
HSV(B) 67.06º 0.73% 0.27% -
XYZ 4.42 5.52 1.45 -
YUV 62.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 64 70 19 0.09 0 0.73 0.73 67.06 0.57 0.17
Hex 40 46 13 9 0 49 49 43 39 11
Octal 100 106 23 11 0 111 111 103 71 21
Binary 1000000 1000110 10011 1001 0 1001001 1001001 1000011 111001 10001

Color Harmonies of #404613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404613

Black with #404613

Text Example


Text Example

White with #404613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404613; }

 p { color: rgb(64,70,19); }

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

background-color css

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

 a { background-color: rgb(64,70,19); }

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

border-color css

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

 span { border-color: rgb(64,70,19); }

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