#424802

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

Shades of Verdun Green #424802

Tints of Verdun Green #424802

Color information

#424802 (or 0x424802) is unknown color: approx Verdun Green. HEX triplet: 42, 48 and 02. RGB value is (66,72,2). Sum of RGB (Red+Green+Blue) = 66+72+2=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #424802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424802 is #BDB7FD. Grayscale: #3E3E3E. Windows color (decimal): -12433406 or 149570. OLE color: 149570.

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

Color convert

RGB66722-
CMYK0.0800.970.72
HSL65.14º94.59%14.51%-
HSV(B)65.14º97.22%28.24%-
XYZ4.585.80.94-
YUV62.2394.01130.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 72 (28.52% from 255) = 51.43%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=47.14%
G=51.43%
B=1.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal667220.0800.970.7265.1494.5914.51
Hex42482806148415ff
Octal102110210014111010113717
Binary10000101001000101000011000011001000100000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424802; }

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

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

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

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

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

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

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

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