#42610C

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

Shades of Verdun Green #42610C

Tints of Verdun Green #42610C

Color information

#42610C (or 0x42610C) is unknown color: approx Verdun Green. HEX triplet: 42, 61 and 0C. RGB value is (66,97,12). Sum of RGB (Red+Green+Blue) = 66+97+12=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #42610C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42610C is #BD9EF3. Grayscale: #4E4E4E. Windows color (decimal): -12426996 or 811330. OLE color: 811330.

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

Color convert

RGB669712-
CMYK0.3200.880.62
HSL81.88º77.98%21.37%-
HSV(B)81.88º87.63%38.04%-
XYZ6.599.731.88-
YUV78.0490.73119.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 12 (5.08% from 255) = 6.86%
R=37.71%
G=55.43%
B=6.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697120.3200.880.6281.8877.9821.37
Hex4261C200583E524e15
Octal102141144001307612211625
Binary100001011000011100100000010110001111101010010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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