#424B10

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

Shades of Verdun Green #424B10

Tints of Verdun Green #424B10

Color information

#424B10 (or 0x424B10) is unknown color: approx Verdun Green. HEX triplet: 42, 4B and 10. RGB value is (66,75,16). Sum of RGB (Red+Green+Blue) = 66+75+16=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #424B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B10 is #BDB4EF. Grayscale: #414141. Windows color (decimal): -12432624 or 1067842. OLE color: 1067842.

HSL color Cylindrical-coordinate representation of color #424B10: hue angle of 69.15º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #424B10 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB667516-
CMYK0.1200.790.71
HSL69.15º64.84%17.84%-
HSV(B)69.15º78.67%29.41%-
XYZ4.866.231.44-
YUV65.58100.02128.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 75 (29.69% from 255) = 47.77%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=42.04%
G=47.77%
B=10.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675160.1200.790.7169.1564.8417.84
Hex424B10C04F47454112
Octal1021132014011710710510122
Binary100001010010111000011000100111110001111000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,75,16); }

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

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

 a { background-color: rgb(66,75,16); }

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

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

 span { border-color: rgb(66,75,16); }

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