Html Css Color HEX #414A16 Verdun Green

📋 copy color: '#414A16'

red 65 ◦ green 74 ◦ blue 22

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

Shades of Verdun Green #414A16

Tints of Verdun Green #414A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.96%

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

R = 40.37%
G = 45.96%
B = 13.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#414A16 (or 0x414A16) is known color: Verdun Green. HEX triplet: 41, 4A and 16. RGB value is (65,74,22). Sum of RGB (Red+Green+Blue) = 65+74+22=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #414A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414A16 is #BEB5E9. Grayscale: #414141. Windows color (decimal): -12498410 or 1460801. OLE color: 1460801.

HSL color Cylindrical-coordinate representation of color #414A16: hue angle of 70.38º 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 #414A16 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 74 22 -
CMYK 0.12 0 0.70 0.71
HSL 70.38º 0.54% 0.19% -
HSV(B) 70.38º 0.7% 0.29% -
XYZ 4.77 6.08 1.68 -
YUV 65.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 65 74 22 0.12 0 0.70 0.71 70.38 0.54 0.19
Hex 41 4A 16 C 0 46 47 46 36 13
Octal 101 112 26 14 0 106 107 106 66 23
Binary 1000001 1001010 10110 1100 0 1000110 1000111 1000110 110110 10011

Color Harmonies of #414A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A16

Black with #414A16

Text Example


Text Example

White with #414A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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