#424814

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

Shades of Verdun Green #424814

Tints of Verdun Green #424814

Color information

#424814 (or 0x424814) is unknown color: approx Verdun Green. HEX triplet: 42, 48 and 14. RGB value is (66,72,20). Sum of RGB (Red+Green+Blue) = 66+72+20=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #424814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424814 is #BDB7EB. Grayscale: #404040. Windows color (decimal): -12433388 or 1329218. OLE color: 1329218.

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

Color convert

RGB667220-
CMYK0.0800.720.72
HSL66.92º56.52%18.04%-
HSV(B)66.92º72.22%28.24%-
XYZ4.695.841.54-
YUV64.28103.01129.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=41.77%
G=45.57%
B=12.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672200.0800.720.7266.9256.5218.04
Hex424814804848433912
Octal102110241001101101037122
Binary10000101001000101001000010010001001000100001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424814; }

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

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

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

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

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

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

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

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