#414B11

Color #414B11 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #414B11

Tints of Verdun Green #414B11

Color information

#414B11 (or 0x414B11) is unknown color: approx Verdun Green. HEX triplet: 41, 4B and 11. RGB value is (65,75,17). Sum of RGB (Red+Green+Blue) = 65+75+17=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #414B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414B11 is #BEB4EE. Grayscale: #414141. Windows color (decimal): -12498159 or 1133377. OLE color: 1133377.

HSL color Cylindrical-coordinate representation of color #414B11: hue angle of 70.34º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #414B11 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB657517-
CMYK0.1300.770.71
HSL70.34º63.04%18.04%-
HSV(B)70.34º77.33%29.41%-
XYZ4.86.21.47-
YUV65.4100.69127.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 75 (29.69% from 255) = 47.77%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=41.40%
G=47.77%
B=10.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6575170.1300.770.7170.3463.0418.04
Hex414B11D04D47463f12
Octal101113211501151071067722
Binary10000011001011100011101010011011000111100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #414B11;
 }
 .AnyTagClassName
 {
   color: #414B11;
 }
</style>
background-color css

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

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

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

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

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

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