#424007

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

Shades of Verdun Green #424007

Tints of Verdun Green #424007

Color information

#424007 (or 0x424007) is unknown color: approx Verdun Green. HEX triplet: 42, 40 and 07. RGB value is (66,64,7). Sum of RGB (Red+Green+Blue) = 66+64+7=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #424007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424007 is #BDBFF8. Grayscale: #3A3A3A. Windows color (decimal): -12435449 or 475202. OLE color: 475202.

HSL color Cylindrical-coordinate representation of color #424007: hue angle of 57.97º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #424007 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB66647-
CMYK00.030.890.74
HSL57.97º80.82%14.31%-
HSV(B)57.97º89.39%25.88%-
XYZ4.124.840.92-
YUV58.199.16133.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 7 (3.12% from 255) = 5.11%
R=48.18%
G=46.72%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6664700.030.890.7457.9780.8214.31
Hex4240703594A3a51e
Octal1021007031311127212116
Binary100001010000001110111011001100101011101010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424007; }

 p { color: rgb(66,64,7); }

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

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

 a { background-color: rgb(66,64,7); }

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

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

 span { border-color: rgb(66,64,7); }

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