#426118

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

Shades of Verdun Green #426118

Tints of Verdun Green #426118

Color information

#426118 (or 0x426118) is unknown color: approx Verdun Green. HEX triplet: 42, 61 and 18. RGB value is (66,97,24). Sum of RGB (Red+Green+Blue) = 66+97+24=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #426118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426118 is #BD9EE7. Grayscale: #4F4F4F. Windows color (decimal): -12426984 or 1597762. OLE color: 1597762.

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

Color convert

RGB669724-
CMYK0.3200.750.62
HSL85.48º60.33%23.73%-
HSV(B)85.48º75.26%38.04%-
XYZ6.699.772.4-
YUV79.4196.73118.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 24 (9.77% from 255) = 12.83%
R=35.29%
G=51.87%
B=12.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697240.3200.750.6285.4860.3323.73
Hex4261182004B3E553c18
Octal10214130400113761257430
Binary100001011000011100010000001001011111110101010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426118; }

 p { color: rgb(66,97,24); }

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

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

 a { background-color: rgb(66,97,24); }

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

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

 span { border-color: rgb(66,97,24); }

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