#424613

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

Shades of Verdun Green #424613

Tints of Verdun Green #424613

Color information

#424613 (or 0x424613) is unknown color: approx Verdun Green. HEX triplet: 42, 46 and 13. RGB value is (66,70,19). Sum of RGB (Red+Green+Blue) = 66+70+19=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #424613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424613 is #BDB9EC. Grayscale: #3F3F3F. Windows color (decimal): -12433901 or 1263170. OLE color: 1263170.

HSL color Cylindrical-coordinate representation of color #424613: hue angle of 64.71º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #424613 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB667019-
CMYK0.0600.730.73
HSL64.71º57.3%17.45%-
HSV(B)64.71º72.86%27.45%-
XYZ4.555.591.45-
YUV62.99103.17130.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=42.58%
G=45.16%
B=12.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6670190.0600.730.7364.7157.317.45
Hex424613604949413911
Octal10210623601111111017121
Binary1000010100011010011110010010011001001100000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424613; }

 p { color: rgb(66,70,19); }

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

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

 a { background-color: rgb(66,70,19); }

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

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

 span { border-color: rgb(66,70,19); }

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