Html Css Color HEX #414910 Verdun Green

📋 copy color: '#414910'

red 65 ◦ green 73 ◦ blue 16

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

Shades of Verdun Green #414910

Tints of Verdun Green #414910

RGB

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

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

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

R = 42.21%
G = 47.4%
B = 10.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#414910 (or 0x414910) is known color: Verdun Green. HEX triplet: 41, 49 and 10. RGB value is (65,73,16). Sum of RGB (Red+Green+Blue) = 65+73+16=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #414910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414910 is #BEB6EF. Grayscale: #404040. Windows color (decimal): -12498672 or 1067329. OLE color: 1067329.

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

Color convert

RGB 65 73 16 -
CMYK 0.11 0 0.78 0.71
HSL 68.42º 0.64% 0.17% -
HSV(B) 68.42º 0.78% 0.29% -
XYZ 4.66 5.93 1.39 -
YUV 64.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 65 73 16 0.11 0 0.78 0.71 68.42 0.64 0.17
Hex 41 49 10 B 0 4E 47 44 40 11
Octal 101 111 20 13 0 116 107 104 100 21
Binary 1000001 1001001 10000 1011 0 1001110 1000111 1000100 1000000 10001

Color Harmonies of #414910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414910

Black with #414910

Text Example


Text Example

White with #414910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414910; }

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

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

background-color css

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

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

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

border-color css

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

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

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