Html Css Color HEX #414916 Verdun Green

📋 copy color: '#414916'

red 65 ◦ green 73 ◦ blue 22

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

Shades of Verdun Green #414916

Tints of Verdun Green #414916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

 BLUE value IS 22 (8.98% from 255) = 13.75%

R = 40.63%
G = 45.63%
B = 13.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#414916 (or 0x414916) is known color: Verdun Green. HEX triplet: 41, 49 and 16. RGB value is (65,73,22). Sum of RGB (Red+Green+Blue) = 65+73+22=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #414916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414916 is #BEB6E9. Grayscale: #404040. Windows color (decimal): -12498666 or 1460545. OLE color: 1460545.

HSL color Cylindrical-coordinate representation of color #414916: hue angle of 69.41º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #414916 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 22 -
CMYK 0.11 0 0.70 0.71
HSL 69.41º 0.54% 0.19% -
HSV(B) 69.41º 0.7% 0.29% -
XYZ 4.71 5.95 1.66 -
YUV 64.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 65 73 22 0.11 0 0.70 0.71 69.41 0.54 0.19
Hex 41 49 16 B 0 46 47 45 36 13
Octal 101 111 26 13 0 106 107 105 66 23
Binary 1000001 1001001 10110 1011 0 1000110 1000111 1000101 110110 10011

Color Harmonies of #414916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414916

Black with #414916

Text Example


Text Example

White with #414916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414916; }

 p { color: rgb(65,73,22); }

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

background-color css

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

 a { background-color: rgb(65,73,22); }

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

border-color css

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

 span { border-color: rgb(65,73,22); }

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