#424100

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

Shades of Verdun Green #424100

Tints of Verdun Green #424100

Color information

#424100 (or 0x424100) is unknown color: approx Verdun Green. HEX triplet: 42, 41 and 00. RGB value is (66,65,0). Sum of RGB (Red+Green+Blue) = 66+65+0=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #424100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424100 is #BDBEFF. Grayscale: #3A3A3A. Windows color (decimal): -12435200 or 16706. OLE color: 16706.

HSL color Cylindrical-coordinate representation of color #424100: hue angle of 59.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #424100 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB66650-
CMYK00.0210.74
HSL59.09º100%12.94%-
HSV(B)59.09º100%25.88%-
XYZ4.144.940.74-
YUV57.8995.33133.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 65 (25.78% from 255) = 49.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.38%
G=49.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6665000.0210.7459.0910012.94
Hex4241002644A3b64d
Octal1021010021441127314415
Binary1000010100000100101100100100101011101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424100; }

 p { color: rgb(66,65,0); }

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

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

 a { background-color: rgb(66,65,0); }

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

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

 span { border-color: rgb(66,65,0); }

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