#426012

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

Shades of Verdun Green #426012

Tints of Verdun Green #426012

Color information

#426012 (or 0x426012) is unknown color: approx Verdun Green. HEX triplet: 42, 60 and 12. RGB value is (66,96,18). Sum of RGB (Red+Green+Blue) = 66+96+18=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #426012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426012 is #BD9FED. Grayscale: #4E4E4E. Windows color (decimal): -12427246 or 1204290. OLE color: 1204290.

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

Color convert

RGB669618-
CMYK0.3100.810.62
HSL83.08º68.42%22.35%-
HSV(B)83.08º81.25%37.65%-
XYZ6.549.572.07-
YUV78.1494.06119.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 18 (7.42% from 255) = 10%
R=36.67%
G=53.33%
B=10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696180.3100.810.6283.0868.4222.35
Hex4260121F0513E534416
Octal102140223701217612310426
Binary100001011000001001011111010100011111101010011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426012; }

 p { color: rgb(66,96,18); }

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

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

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

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

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

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

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