Html Css Color HEX #414810 Verdun Green

📋 copy color: '#414810'

red 65 ◦ green 72 ◦ blue 16

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

Shades of Verdun Green #414810

Tints of Verdun Green #414810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 42.48%
G = 47.06%
B = 10.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#414810 (or 0x414810) is known color: Verdun Green. HEX triplet: 41, 48 and 10. RGB value is (65,72,16). Sum of RGB (Red+Green+Blue) = 65+72+16=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #414810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414810 is #BEB7EF. Grayscale: #3F3F3F. Windows color (decimal): -12498928 or 1067073. OLE color: 1067073.

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

Color convert

RGB 65 72 16 -
CMYK 0.10 0 0.78 0.72
HSL 67.5º 0.64% 0.17% -
HSV(B) 67.5º 0.78% 0.28% -
XYZ 4.59 5.8 1.37 -
YUV 63.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 65 72 16 0.10 0 0.78 0.72 67.5 0.64 0.17
Hex 41 48 10 A 0 4E 48 44 40 11
Octal 101 110 20 12 0 116 110 104 100 21
Binary 1000001 1001000 10000 1010 0 1001110 1001000 1000100 1000000 10001

Color Harmonies of #414810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414810

Black with #414810

Text Example


Text Example

White with #414810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414810; }

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

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

background-color css

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

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

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

border-color css

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

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

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