#424D1A

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

Shades of Verdun Green #424D1A

Tints of Verdun Green #424D1A

Color information

#424D1A (or 0x424D1A) is unknown color: approx Verdun Green. HEX triplet: 42, 4D and 1A. RGB value is (66,77,26). Sum of RGB (Red+Green+Blue) = 66+77+26=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #424D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D1A is #BDB2E5. Grayscale: #444444. Windows color (decimal): -12432102 or 1723714. OLE color: 1723714.

HSL color Cylindrical-coordinate representation of color #424D1A: hue angle of 72.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424D1A is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB667726-
CMYK0.1400.660.70
HSL72.94º49.51%20.2%-
HSV(B)72.94º66.23%30.2%-
XYZ5.096.541.97-
YUV67.9104.36126.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 77 (30.47% from 255) = 45.56%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=39.05%
G=45.56%
B=15.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6677260.1400.660.7072.9449.5120.2
Hex424D1AE04246493214
Octal102115321601021061116224
Binary10000101001101110101110010000101000110100100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424D1A; }

 p { color: rgb(66,77,26); }

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

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

 a { background-color: rgb(66,77,26); }

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

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

 span { border-color: rgb(66,77,26); }

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