Html Css Color HEX #414814 Verdun Green

📋 copy color: '#414814'

red 65 ◦ green 72 ◦ blue 20

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

Shades of Verdun Green #414814

Tints of Verdun Green #414814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.74%

R = 41.4%
G = 45.86%
B = 12.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#414814 (or 0x414814) is known color: Verdun Green. HEX triplet: 41, 48 and 14. RGB value is (65,72,20). Sum of RGB (Red+Green+Blue) = 65+72+20=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #414814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414814 is #BEB7EB. Grayscale: #404040. Windows color (decimal): -12498924 or 1329217. OLE color: 1329217.

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

Color convert

RGB 65 72 20 -
CMYK 0.10 0 0.72 0.72
HSL 68.08º 0.57% 0.18% -
HSV(B) 68.08º 0.72% 0.28% -
XYZ 4.62 5.81 1.54 -
YUV 63.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 65 72 20 0.10 0 0.72 0.72 68.08 0.57 0.18
Hex 41 48 14 A 0 48 48 44 39 12
Octal 101 110 24 12 0 110 110 104 71 22
Binary 1000001 1001000 10100 1010 0 1001000 1001000 1000100 111001 10010

Color Harmonies of #414814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414814

Black with #414814

Text Example


Text Example

White with #414814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414814; }

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

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

background-color css

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

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

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

border-color css

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

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

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