Html Css Color HEX #416113 Verdun Green

📋 copy color: '#416113'

red 65 ◦ green 97 ◦ blue 19

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

Shades of Verdun Green #416113

Tints of Verdun Green #416113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.59%

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

R = 35.91%
G = 53.59%
B = 10.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#416113 (or 0x416113) is known color: Verdun Green. HEX triplet: 41, 61 and 13. RGB value is (65,97,19). Sum of RGB (Red+Green+Blue) = 65+97+19=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #416113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416113 is #BE9EEC. Grayscale: #4E4E4E. Windows color (decimal): -12492525 or 1270081. OLE color: 1270081.

HSL color Cylindrical-coordinate representation of color #416113: hue angle of 84.62º 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 #416113 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 97 19 -
CMYK 0.33 0 0.80 0.62
HSL 84.62º 0.67% 0.23% -
HSV(B) 84.62º 0.8% 0.38% -
XYZ 6.57 9.72 2.15 -
YUV 78.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 65 97 19 0.33 0 0.80 0.62 84.62 0.67 0.23
Hex 41 61 13 21 0 50 3E 55 43 17
Octal 101 141 23 41 0 120 76 125 103 27
Binary 1000001 1100001 10011 100001 0 1010000 111110 1010101 1000011 10111

Color Harmonies of #416113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416113

Black with #416113

Text Example


Text Example

White with #416113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416113; }

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

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

background-color css

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

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

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

border-color css

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

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

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