#424206

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

Shades of Verdun Green #424206

Tints of Verdun Green #424206

Color information

#424206 (or 0x424206) is unknown color: approx Verdun Green. HEX triplet: 42, 42 and 06. RGB value is (66,66,6). Sum of RGB (Red+Green+Blue) = 66+66+6=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424206 is #BDBDF9. Grayscale: #3B3B3B. Windows color (decimal): -12434938 or 410178. OLE color: 410178.

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

Color convert

RGB66666-
CMYK000.910.74
HSL60º83.33%14.12%-
HSV(B)60º90.91%25.88%-
XYZ4.235.070.93-
YUV59.1698132.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=47.83%
G=47.83%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66666000.910.746083.3314.12
Hex42426005B4A3c53e
Octal1021026001331127412316
Binary10000101000010110001011011100101011110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424206; }

 p { color: rgb(66,66,6); }

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

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

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

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

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

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

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