#424B1E

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

Shades of Verdun Green #424B1E

Tints of Verdun Green #424B1E

Color information

#424B1E (or 0x424B1E) is unknown color: approx Verdun Green. HEX triplet: 42, 4B and 1E. RGB value is (66,75,30). Sum of RGB (Red+Green+Blue) = 66+75+30=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #424B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B1E is #BDB4E1. Grayscale: #434343. Windows color (decimal): -12432610 or 1985346. OLE color: 1985346.

HSL color Cylindrical-coordinate representation of color #424B1E: hue angle of 72º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #424B1E is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB667530-
CMYK0.1200.600.71
HSL72º42.86%20.59%-
HSV(B)72º60%29.41%-
XYZ56.282.18-
YUV67.18107.02127.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=38.60%
G=43.86%
B=17.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675300.1200.600.717242.8620.59
Hex424B1EC03C47482b15
Octal10211336140741071105325
Binary1000010100101111110110001111001000111100100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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