Html Css Color HEX #414F11 Verdun Green

📋 copy color: '#414F11'

red 65 ◦ green 79 ◦ blue 17

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

Shades of Verdun Green #414F11

Tints of Verdun Green #414F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 49.07%

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

R = 40.37%
G = 49.07%
B = 10.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#414F11 (or 0x414F11) is known color: Verdun Green. HEX triplet: 41, 4F and 11. RGB value is (65,79,17). Sum of RGB (Red+Green+Blue) = 65+79+17=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 79 - color contains mainly: green. Hex color #414F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414F11 is #BEB0EE. Grayscale: #434343. Windows color (decimal): -12497135 or 1134401. OLE color: 1134401.

HSL color Cylindrical-coordinate representation of color #414F11: hue angle of 73.55º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #414F11 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 79 17 -
CMYK 0.18 0 0.78 0.69
HSL 73.55º 0.65% 0.19% -
HSV(B) 73.55º 0.78% 0.31% -
XYZ 5.08 6.76 1.57 -
YUV 67.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 65 79 17 0.18 0 0.78 0.69 73.55 0.65 0.19
Hex 41 4F 11 12 0 4E 45 4A 41 13
Octal 101 117 21 22 0 116 105 112 101 23
Binary 1000001 1001111 10001 10010 0 1001110 1000101 1001010 1000001 10011

Color Harmonies of #414F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F11

Black with #414F11

Text Example


Text Example

White with #414F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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