#414B16

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

Shades of Verdun Green #414B16

Tints of Verdun Green #414B16

Color information

#414B16 (or 0x414B16) is unknown color: approx Verdun Green. HEX triplet: 41, 4B and 16. RGB value is (65,75,22). Sum of RGB (Red+Green+Blue) = 65+75+22=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #414B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414B16 is #BEB4E9. Grayscale: #424242. Windows color (decimal): -12498154 or 1461057. OLE color: 1461057.

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

Color convert

RGB657522-
CMYK0.1300.710.71
HSL71.32º54.64%19.02%-
HSV(B)71.32º70.67%29.41%-
XYZ4.846.211.7-
YUV65.97103.19127.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 75 (29.69% from 255) = 46.30%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=40.12%
G=46.30%
B=13.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6575220.1300.710.7171.3254.6419.02
Hex414B16D04747473713
Octal101113261501071071076723
Binary10000011001011101101101010001111000111100011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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