Html Css Color HEX #404513 Verdun Green

📋 copy color: '#404513'

red 64 ◦ green 69 ◦ blue 19

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

Shades of Verdun Green #404513

Tints of Verdun Green #404513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.39%

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

R = 42.11%
G = 45.39%
B = 12.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#404513 (or 0x404513) is known color: Verdun Green. HEX triplet: 40, 45 and 13. RGB value is (64,69,19). Sum of RGB (Red+Green+Blue) = 64+69+19=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #404513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404513 is #BFBAEC. Grayscale: #3E3E3E. Windows color (decimal): -12565229 or 1262912. OLE color: 1262912.

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

Color convert

RGB 64 69 19 -
CMYK 0.07 0 0.72 0.73
HSL 66º 0.57% 0.17% -
HSV(B) 66º 0.72% 0.27% -
XYZ 4.36 5.39 1.43 -
YUV 61.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 64 69 19 0.07 0 0.72 0.73 66 0.57 0.17
Hex 40 45 13 7 0 48 49 42 39 11
Octal 100 105 23 7 0 110 111 102 71 21
Binary 1000000 1000101 10011 111 0 1001000 1001001 1000010 111001 10001

Color Harmonies of #404513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404513

Black with #404513

Text Example


Text Example

White with #404513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404513; }

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

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

background-color css

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

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

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

border-color css

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

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

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