#426608

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

Shades of Verdun Green #426608

Tints of Verdun Green #426608

Color information

#426608 (or 0x426608) is unknown color: approx Verdun Green. HEX triplet: 42, 66 and 08. RGB value is (66,102,8). Sum of RGB (Red+Green+Blue) = 66+102+8=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #426608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426608 is #BD99F7. Grayscale: #505050. Windows color (decimal): -12425720 or 550466. OLE color: 550466.

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

Color convert

RGB661028-
CMYK0.3500.920.6
HSL82.98º85.45%21.57%-
HSV(B)82.98º92.16%40%-
XYZ7.0410.681.92-
YUV80.5287.07117.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 102 (40.23% from 255) = 57.95%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=37.5%
G=57.95%
B=4.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6610280.3500.920.682.9885.4521.57
Hex426682305C3C535516
Octal102146104301347412312526
Binary100001011001101000100011010111001111001010011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426608; }

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

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

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

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

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

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

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

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