Html Css Color HEX #414711 Verdun Green

📋 copy color: '#414711'

red 65 ◦ green 71 ◦ blue 17

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

Shades of Verdun Green #414711

Tints of Verdun Green #414711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.41%

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

R = 42.48%
G = 46.41%
B = 11.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#414711 (or 0x414711) is known color: Verdun Green. HEX triplet: 41, 47 and 11. RGB value is (65,71,17). Sum of RGB (Red+Green+Blue) = 65+71+17=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #414711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414711 is #BEB8EE. Grayscale: #3F3F3F. Windows color (decimal): -12499183 or 1132353. OLE color: 1132353.

HSL color Cylindrical-coordinate representation of color #414711: hue angle of 66.67º degrees, saturation: 0.61, 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 #414711 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 17 -
CMYK 0.08 0 0.76 0.72
HSL 66.67º 0.61% 0.17% -
HSV(B) 66.67º 0.76% 0.28% -
XYZ 4.53 5.67 1.39 -
YUV 63.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 65 71 17 0.08 0 0.76 0.72 66.67 0.61 0.17
Hex 41 47 11 8 0 4C 48 43 3D 11
Octal 101 107 21 10 0 114 110 103 75 21
Binary 1000001 1000111 10001 1000 0 1001100 1001000 1000011 111101 10001

Color Harmonies of #414711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414711

Black with #414711

Text Example


Text Example

White with #414711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414711; }

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

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

background-color css

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

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

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

border-color css

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

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

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