#424E07

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

Shades of Verdun Green #424E07

Tints of Verdun Green #424E07

Color information

#424E07 (or 0x424E07) is unknown color: approx Verdun Green. HEX triplet: 42, 4E and 07. RGB value is (66,78,7). Sum of RGB (Red+Green+Blue) = 66+78+7=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 78 (30.86% from 255 or 51.66% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 78 - color contains mainly: green. Hex color #424E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424E07 is #BDB1F8. Grayscale: #424242. Windows color (decimal): -12431865 or 478786. OLE color: 478786.

HSL color Cylindrical-coordinate representation of color #424E07: hue angle of 70.14º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #424E07 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB66787-
CMYK0.1500.910.69
HSL70.14º83.53%16.67%-
HSV(B)70.14º91.03%30.59%-
XYZ5.016.621.22-
YUV66.3294.52127.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 78 (30.86% from 255) = 51.66%
BLUE value IS 7 (3.12% from 255) = 4.64%
R=43.71%
G=51.66%
B=4.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal667870.1500.910.6970.1483.5316.67
Hex424E7F05B45465411
Octal102116717013310510612421
Binary1000010100111011111110101101110001011000110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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