#424800

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

Shades of Verdun Green #424800

Tints of Verdun Green #424800

Color information

#424800 (or 0x424800) is unknown color: approx Verdun Green. HEX triplet: 42, 48 and 00. RGB value is (66,72,0). Sum of RGB (Red+Green+Blue) = 66+72+0=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #424800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424800 is #BDB7FF. Grayscale: #3E3E3E. Windows color (decimal): -12433408 or 18498. OLE color: 18498.

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

Color convert

RGB66720-
CMYK0.08010.72
HSL65º100%14.12%-
HSV(B)65º100%28.24%-
XYZ4.565.790.88-
YUV6293.01130.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 72 (28.52% from 255) = 52.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.83%
G=52.17%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal667200.08010.726510014.12
Hex424808064484164e
Octal102110010014411010114416
Binary1000010100100001000011001001001000100000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424800; }

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

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

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

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

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

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

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

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