#426216

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

Shades of Verdun Green #426216

Tints of Verdun Green #426216

Color information

#426216 (or 0x426216) is unknown color: approx Verdun Green. HEX triplet: 42, 62 and 16. RGB value is (66,98,22). Sum of RGB (Red+Green+Blue) = 66+98+22=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #426216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426216 is #BD9DE9. Grayscale: #505050. Windows color (decimal): -12426730 or 1466946. OLE color: 1466946.

HSL color Cylindrical-coordinate representation of color #426216: hue angle of 85.26º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #426216 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB669822-
CMYK0.3300.780.62
HSL85.26º63.33%23.53%-
HSV(B)85.26º77.55%38.43%-
XYZ6.769.952.32-
YUV79.7795.4118.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=35.48%
G=52.69%
B=11.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698220.3300.780.6285.2663.3323.53
Hex4262162104E3E553f18
Octal10214226410116761257730
Binary100001011000101011010000101001110111110101010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426216; }

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

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

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

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

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

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

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

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