#424F15

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

Shades of Verdun Green #424F15

Tints of Verdun Green #424F15

Color information

#424F15 (or 0x424F15) is unknown color: approx Verdun Green. HEX triplet: 42, 4F and 15. RGB value is (66,79,21). Sum of RGB (Red+Green+Blue) = 66+79+21=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #424F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424F15 is #BDB0EA. Grayscale: #444444. Windows color (decimal): -12431595 or 1396546. OLE color: 1396546.

HSL color Cylindrical-coordinate representation of color #424F15: hue angle of 73.45º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #424F15 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB667921-
CMYK0.1600.730.69
HSL73.45º58%19.61%-
HSV(B)73.45º73.42%30.98%-
XYZ5.186.81.75-
YUV68.5101.19126.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 21 (8.59% from 255) = 12.65%
R=39.76%
G=47.59%
B=12.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679210.1600.730.6973.455819.61
Hex424F151004945493a14
Octal102117252001111051117224
Binary100001010011111010110000010010011000101100100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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