Html Css Color HEX #414713 Verdun Green

📋 copy color: '#414713'

red 65 ◦ green 71 ◦ blue 19

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

Shades of Verdun Green #414713

Tints of Verdun Green #414713

RGB

 RED value IS 65 (25.78% from 255) = 41.94%

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

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

R = 41.94%
G = 45.81%
B = 12.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#414713 (or 0x414713) is known color: Verdun Green. HEX triplet: 41, 47 and 13. RGB value is (65,71,19). Sum of RGB (Red+Green+Blue) = 65+71+19=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #414713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414713 is #BEB8EC. Grayscale: #3F3F3F. Windows color (decimal): -12499181 or 1263425. OLE color: 1263425.

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

Color convert

RGB 65 71 19 -
CMYK 0.08 0 0.73 0.72
HSL 66.92º 0.58% 0.18% -
HSV(B) 66.92º 0.73% 0.28% -
XYZ 4.55 5.68 1.47 -
YUV 63.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 65 71 19 0.08 0 0.73 0.72 66.92 0.58 0.18
Hex 41 47 13 8 0 49 48 43 3A 12
Octal 101 107 23 10 0 111 110 103 72 22
Binary 1000001 1000111 10011 1000 0 1001001 1001000 1000011 111010 10010

Color Harmonies of #414713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414713

Black with #414713

Text Example


Text Example

White with #414713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414713; }

 p { color: rgb(65,71,19); }

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

background-color css

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

 a { background-color: rgb(65,71,19); }

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

border-color css

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

 span { border-color: rgb(65,71,19); }

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