Html Css Color HEX #414811 Verdun Green

📋 copy color: '#414811'

red 65 ◦ green 72 ◦ blue 17

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

Shades of Verdun Green #414811

Tints of Verdun Green #414811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.04%

R = 42.21%
G = 46.75%
B = 11.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#414811 (or 0x414811) is known color: Verdun Green. HEX triplet: 41, 48 and 11. RGB value is (65,72,17). Sum of RGB (Red+Green+Blue) = 65+72+17=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #414811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414811 is #BEB7EE. Grayscale: #3F3F3F. Windows color (decimal): -12498927 or 1132609. OLE color: 1132609.

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

Color convert

RGB 65 72 17 -
CMYK 0.10 0 0.76 0.72
HSL 67.64º 0.62% 0.17% -
HSV(B) 67.64º 0.76% 0.28% -
XYZ 4.6 5.8 1.41 -
YUV 63.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 65 72 17 0.10 0 0.76 0.72 67.64 0.62 0.17
Hex 41 48 11 A 0 4C 48 44 3E 11
Octal 101 110 21 12 0 114 110 104 76 21
Binary 1000001 1001000 10001 1010 0 1001100 1001000 1000100 111110 10001

Color Harmonies of #414811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414811

Black with #414811

Text Example


Text Example

White with #414811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414811; }

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

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

background-color css

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

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

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

border-color css

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

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

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