Html Css Color HEX #414816 Verdun Green

📋 copy color: '#414816'

red 65 ◦ green 72 ◦ blue 22

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

Shades of Verdun Green #414816

Tints of Verdun Green #414816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.28%

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

R = 40.88%
G = 45.28%
B = 13.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#414816 (or 0x414816) is known color: Verdun Green. HEX triplet: 41, 48 and 16. RGB value is (65,72,22). Sum of RGB (Red+Green+Blue) = 65+72+22=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #414816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414816 is #BEB7E9. Grayscale: #404040. Windows color (decimal): -12498922 or 1460289. OLE color: 1460289.

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

Color convert

RGB 65 72 22 -
CMYK 0.10 0 0.69 0.72
HSL 68.4º 0.53% 0.18% -
HSV(B) 68.4º 0.69% 0.28% -
XYZ 4.64 5.82 1.64 -
YUV 64.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 65 72 22 0.10 0 0.69 0.72 68.4 0.53 0.18
Hex 41 48 16 A 0 45 48 44 35 12
Octal 101 110 26 12 0 105 110 104 65 22
Binary 1000001 1001000 10110 1010 0 1000101 1001000 1000100 110101 10010

Color Harmonies of #414816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414816

Black with #414816

Text Example


Text Example

White with #414816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414816; }

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

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

background-color css

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

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

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

border-color css

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

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

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