#426108

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

Shades of Verdun Green #426108

Tints of Verdun Green #426108

Color information

#426108 (or 0x426108) is unknown color: approx Verdun Green. HEX triplet: 42, 61 and 08. RGB value is (66,97,8). Sum of RGB (Red+Green+Blue) = 66+97+8=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #426108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426108 is #BD9EF7. Grayscale: #4D4D4D. Windows color (decimal): -12427000 or 549186. OLE color: 549186.

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

Color convert

RGB66978-
CMYK0.3200.920.62
HSL80.9º84.76%20.59%-
HSV(B)80.9º91.75%38.04%-
XYZ6.579.731.76-
YUV77.5988.73119.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 97 (38.28% from 255) = 56.73%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=38.60%
G=56.73%
B=4.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal669780.3200.920.6280.984.7620.59
Hex426182005C3E515515
Octal102141104001347612112525
Binary100001011000011000100000010111001111101010001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426108; }

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

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

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

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

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

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

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

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