#424f11

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

Shades of Verdun Green #424F11

Tints of Verdun Green #424F11

Color information

#424F11 (or 0x424F11) is unknown color: approx Verdun Green. HEX triplet: 42, 4F and 11. RGB value is (66,79,17). Sum of RGB (Red+Green+Blue) = 66+79+17=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #424F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424F11 is #BDB0EE. Grayscale: #444444. Windows color (decimal): -12431599 or 1134402. OLE color: 1134402.

HSL color Cylindrical-coordinate representation of color #424F11: hue angle of 72.58º 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 #424F11 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB667917-
CMYK0.1600.780.69
HSL72.58º64.58%18.82%-
HSV(B)72.58º78.48%30.98%-
XYZ5.146.791.57-
YUV68.0499.19126.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 79 (31.25% from 255) = 48.77%
BLUE value IS 17 (7.03% from 255) = 10.49%
R=40.74%
G=48.77%
B=10.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679170.1600.780.6972.5864.5818.82
Hex424F111004E45494113
Octal1021172120011610511110123
Binary1000010100111110001100000100111010001011001001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424f11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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