Html Css Color HEX #416013 Verdun Green

📋 copy color: '#416013'

red 65 ◦ green 96 ◦ blue 19

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

Shades of Verdun Green #416013

Tints of Verdun Green #416013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.33%

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

R = 36.11%
G = 53.33%
B = 10.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#416013 (or 0x416013) is known color: Verdun Green. HEX triplet: 41, 60 and 13. RGB value is (65,96,19). Sum of RGB (Red+Green+Blue) = 65+96+19=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #416013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416013 is #BE9FEC. Grayscale: #4E4E4E. Windows color (decimal): -12492781 or 1269825. OLE color: 1269825.

HSL color Cylindrical-coordinate representation of color #416013: hue angle of 84.16º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #416013 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 96 19 -
CMYK 0.32 0 0.80 0.62
HSL 84.16º 0.67% 0.23% -
HSV(B) 84.16º 0.8% 0.38% -
XYZ 6.48 9.54 2.12 -
YUV 77.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 65 96 19 0.32 0 0.80 0.62 84.16 0.67 0.23
Hex 41 60 13 20 0 50 3E 54 43 17
Octal 101 140 23 40 0 120 76 124 103 27
Binary 1000001 1100000 10011 100000 0 1010000 111110 1010100 1000011 10111

Color Harmonies of #416013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416013

Black with #416013

Text Example


Text Example

White with #416013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416013; }

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

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

background-color css

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

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

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

border-color css

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

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

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