#424406

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

Shades of Verdun Green #424406

Tints of Verdun Green #424406

Color information

#424406 (or 0x424406) is unknown color: approx Verdun Green. HEX triplet: 42, 44 and 06. RGB value is (66,68,6). Sum of RGB (Red+Green+Blue) = 66+68+6=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #424406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424406 is #BDBBF9. Grayscale: #3C3C3C. Windows color (decimal): -12434426 or 410690. OLE color: 410690.

HSL color Cylindrical-coordinate representation of color #424406: hue angle of 61.94º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #424406 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB66686-
CMYK0.0300.910.73
HSL61.94º83.78%14.51%-
HSV(B)61.94º91.18%26.67%-
XYZ4.355.310.97-
YUV60.3397.34132.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 68 (26.95% from 255) = 48.57%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=47.14%
G=48.57%
B=4.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal666860.0300.910.7361.9483.7814.51
Hex42446305B493e54f
Octal1021046301331117612417
Binary100001010001001101101011011100100111111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424406; }

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

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

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

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

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

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

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

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