#424B16

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

Shades of Verdun Green #424B16

Tints of Verdun Green #424B16

Color information

#424B16 (or 0x424B16) is unknown color: approx Verdun Green. HEX triplet: 42, 4B and 16. RGB value is (66,75,22). Sum of RGB (Red+Green+Blue) = 66+75+22=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #424B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B16 is #BDB4E9. Grayscale: #424242. Windows color (decimal): -12432618 or 1461058. OLE color: 1461058.

HSL color Cylindrical-coordinate representation of color #424B16: hue angle of 70.19º 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 #424B16 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB667522-
CMYK0.1200.710.71
HSL70.19º54.64%19.02%-
HSV(B)70.19º70.67%29.41%-
XYZ4.916.251.71-
YUV66.27103.02127.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=40.49%
G=46.01%
B=13.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675220.1200.710.7170.1954.6419.02
Hex424B16C04747463713
Octal102113261401071071066723
Binary10000101001011101101100010001111000111100011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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