#426009

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

Shades of Verdun Green #426009

Tints of Verdun Green #426009

Color information

#426009 (or 0x426009) is unknown color: approx Verdun Green. HEX triplet: 42, 60 and 09. RGB value is (66,96,9). Sum of RGB (Red+Green+Blue) = 66+96+9=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #426009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426009 is #BD9FF6. Grayscale: #4D4D4D. Windows color (decimal): -12427255 or 614466. OLE color: 614466.

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

Color convert

RGB66969-
CMYK0.3100.910.62
HSL80.69º82.86%20.59%-
HSV(B)80.69º90.62%37.65%-
XYZ6.489.541.76-
YUV77.1189.56120.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=38.60%
G=56.14%
B=5.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal669690.3100.910.6280.6982.8620.59
Hex426091F05B3E515315
Octal102140113701337612112325
Binary10000101100000100111111010110111111101010001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426009; }

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

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

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

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

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

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

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

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