#426512

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

Shades of Verdun Green #426512

Tints of Verdun Green #426512

Color information

#426512 (or 0x426512) is unknown color: approx Verdun Green. HEX triplet: 42, 65 and 12. RGB value is (66,101,18). Sum of RGB (Red+Green+Blue) = 66+101+18=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #426512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426512 is #BD9AED. Grayscale: #515151. Windows color (decimal): -12425966 or 1205570. OLE color: 1205570.

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

Color convert

RGB6610118-
CMYK0.3500.820.60
HSL85.3º69.75%23.33%-
HSV(B)85.3º82.18%39.61%-
XYZ7.0110.512.23-
YUV81.0792.4117.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 101 (39.84% from 255) = 54.59%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=35.68%
G=54.59%
B=9.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101180.3500.820.6085.369.7523.33
Hex426512230523C554617
Octal102145224301227412510627
Binary1000010110010110010100011010100101111001010101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426512; }

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

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

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

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

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

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

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

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