#42640C

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

Shades of Verdun Green #42640C

Tints of Verdun Green #42640C

Color information

#42640C (or 0x42640C) is unknown color: approx Verdun Green. HEX triplet: 42, 64 and 0C. RGB value is (66,100,12). Sum of RGB (Red+Green+Blue) = 66+100+12=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 100 (39.45% from 255 or 56.18% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 100 - color contains mainly: green. Hex color #42640C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42640C is #BD9BF3. Grayscale: #505050. Windows color (decimal): -12426228 or 812098. OLE color: 812098.

HSL color Cylindrical-coordinate representation of color #42640C: hue angle of 83.18º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42640C is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB6610012-
CMYK0.3400.880.61
HSL83.18º78.57%21.96%-
HSV(B)83.18º88%39.22%-
XYZ6.8710.31.97-
YUV79.889.74118.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 100 (39.45% from 255) = 56.18%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=37.08%
G=56.18%
B=6.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal66100120.3400.880.6183.1878.5721.96
Hex4264C220583D534f16
Octal102144144201307512311726
Binary100001011001001100100010010110001111011010011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42640C; }

 p { color: rgb(66,100,12); }

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

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

 a { background-color: rgb(66,100,12); }

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

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

 span { border-color: rgb(66,100,12); }

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