#424804

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

Shades of Verdun Green #424804

Tints of Verdun Green #424804

Color information

#424804 (or 0x424804) is unknown color: approx Verdun Green. HEX triplet: 42, 48 and 04. RGB value is (66,72,4). Sum of RGB (Red+Green+Blue) = 66+72+4=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #424804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424804 is #BDB7FB. Grayscale: #3E3E3E. Windows color (decimal): -12433404 or 280642. OLE color: 280642.

HSL color Cylindrical-coordinate representation of color #424804: hue angle of 65.29º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #424804 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB66724-
CMYK0.0800.940.72
HSL65.29º89.47%14.9%-
HSV(B)65.29º94.44%28.24%-
XYZ4.595.80.99-
YUV62.4595.01130.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.48%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=46.48%
G=50.70%
B=2.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal667240.0800.940.7265.2989.4714.9
Hex42484805E484159f
Octal102110410013611010113117
Binary100001010010001001000010111101001000100000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424804; }

 p { color: rgb(66,72,4); }

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

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

 a { background-color: rgb(66,72,4); }

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

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

 span { border-color: rgb(66,72,4); }

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