#426612

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

Shades of Verdun Green #426612

Tints of Verdun Green #426612

Color information

#426612 (or 0x426612) is unknown color: approx Verdun Green. HEX triplet: 42, 66 and 12. RGB value is (66,102,18). Sum of RGB (Red+Green+Blue) = 66+102+18=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #426612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426612 is #BD99ED. Grayscale: #515151. Windows color (decimal): -12425710 or 1205826. OLE color: 1205826.

HSL color Cylindrical-coordinate representation of color #426612: hue angle of 85.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #426612 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB6610218-
CMYK0.3500.820.6
HSL85.71º70%23.53%-
HSV(B)85.71º82.35%40%-
XYZ7.1110.72.26-
YUV81.6692.07116.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 102 (40.23% from 255) = 54.84%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=35.48%
G=54.84%
B=9.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102180.3500.820.685.717023.53
Hex426612230523C564618
Octal102146224301227412610630
Binary1000010110011010010100011010100101111001010110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426612; }

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

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

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

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

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

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

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

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