#424D0A

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

Shades of Verdun Green #424D0A

Tints of Verdun Green #424D0A

Color information

#424D0A (or 0x424D0A) is unknown color: approx Verdun Green. HEX triplet: 42, 4D and 0A. RGB value is (66,77,10). Sum of RGB (Red+Green+Blue) = 66+77+10=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #424D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D0A is #BDB2F5. Grayscale: #424242. Windows color (decimal): -12432118 or 675138. OLE color: 675138.

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

Color convert

RGB667710-
CMYK0.1400.870.70
HSL69.85º77.01%17.06%-
HSV(B)69.85º87.01%30.2%-
XYZ4.966.491.28-
YUV66.0796.36127.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 77 (30.47% from 255) = 50.33%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=43.14%
G=50.33%
B=6.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6677100.1400.870.7069.8577.0117.06
Hex424DAE05746464d11
Octal1021151216012710610611521
Binary10000101001101101011100101011110001101000110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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