#426213

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

Shades of Verdun Green #426213

Tints of Verdun Green #426213

Color information

#426213 (or 0x426213) is unknown color: approx Verdun Green. HEX triplet: 42, 62 and 13. RGB value is (66,98,19). Sum of RGB (Red+Green+Blue) = 66+98+19=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #426213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426213 is #BD9DEC. Grayscale: #4F4F4F. Windows color (decimal): -12426733 or 1270338. OLE color: 1270338.

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

Color convert

RGB669819-
CMYK0.3300.810.62
HSL84.3º67.52%22.94%-
HSV(B)84.3º80.61%38.43%-
XYZ6.739.942.18-
YUV79.4393.9118.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 98 (38.67% from 255) = 53.55%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=36.07%
G=53.55%
B=10.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698190.3300.810.6284.367.5222.94
Hex426213210513E544417
Octal102142234101217612410427
Binary1000010110001010011100001010100011111101010100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426213; }

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

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

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

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

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

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

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

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