#424506

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

Shades of Verdun Green #424506

Tints of Verdun Green #424506

Color information

#424506 (or 0x424506) is unknown color: approx Verdun Green. HEX triplet: 42, 45 and 06. RGB value is (66,69,6). Sum of RGB (Red+Green+Blue) = 66+69+6=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #424506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424506 is #BDBAF9. Grayscale: #3D3D3D. Windows color (decimal): -12434170 or 410946. OLE color: 410946.

HSL color Cylindrical-coordinate representation of color #424506: hue angle of 62.86º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #424506 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB66696-
CMYK0.0400.910.73
HSL62.86º84%14.71%-
HSV(B)62.86º91.3%27.06%-
XYZ4.415.430.99-
YUV60.9297.01131.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.81%
GREEN value IS 69 (27.34% from 255) = 48.94%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=46.81%
G=48.94%
B=4.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal666960.0400.910.7362.868414.71
Hex42456405B493f54f
Octal1021056401331117712417
Binary1000010100010111010001011011100100111111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424506; }

 p { color: rgb(66,69,6); }

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

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

 a { background-color: rgb(66,69,6); }

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

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

 span { border-color: rgb(66,69,6); }

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