#424900

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

Shades of Verdun Green #424900

Tints of Verdun Green #424900

Color information

#424900 (or 0x424900) is unknown color: approx Verdun Green. HEX triplet: 42, 49 and 00. RGB value is (66,73,0). Sum of RGB (Red+Green+Blue) = 66+73+0=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #424900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424900 is #BDB6FF. Grayscale: #3E3E3E. Windows color (decimal): -12433152 or 18754. OLE color: 18754.

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

Color convert

RGB66730-
CMYK0.10010.71
HSL65.75º100%14.31%-
HSV(B)65.75º100%28.63%-
XYZ4.635.920.9-
YUV62.5892.68130.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 73 (28.91% from 255) = 52.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.48%
G=52.52%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal667300.10010.7165.7510014.31
Hex42490A064474264e
Octal102111012014410710214416
Binary1000010100100101010011001001000111100001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424900; }

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

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

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

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

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

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

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

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