#426214

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

Shades of Verdun Green #426214

Tints of Verdun Green #426214

Color information

#426214 (or 0x426214) is unknown color: approx Verdun Green. HEX triplet: 42, 62 and 14. RGB value is (66,98,20). Sum of RGB (Red+Green+Blue) = 66+98+20=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #426214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426214 is #BD9DEB. Grayscale: #4F4F4F. Windows color (decimal): -12426732 or 1335874. OLE color: 1335874.

HSL color Cylindrical-coordinate representation of color #426214: hue angle of 84.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #426214 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB669820-
CMYK0.3300.800.62
HSL84.62º66.1%23.14%-
HSV(B)84.62º79.59%38.43%-
XYZ6.749.942.23-
YUV79.5494.4118.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=35.87%
G=53.26%
B=10.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698200.3300.800.6284.6266.123.14
Hex426214210503E554217
Octal102142244101207612510227
Binary1000010110001010100100001010100001111101010101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426214; }

 p { color: rgb(66,98,20); }

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

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

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

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

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

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

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