#42610D

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

Shades of Verdun Green #42610D

Tints of Verdun Green #42610D

Color information

#42610D (or 0x42610D) is unknown color: approx Verdun Green. HEX triplet: 42, 61 and 0D. RGB value is (66,97,13). Sum of RGB (Red+Green+Blue) = 66+97+13=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #42610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42610D is #BD9EF2. Grayscale: #4E4E4E. Windows color (decimal): -12426995 or 876866. OLE color: 876866.

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

Color convert

RGB669713-
CMYK0.3200.870.62
HSL82.14º76.36%21.57%-
HSV(B)82.14º86.6%38.04%-
XYZ6.599.741.91-
YUV78.1691.23119.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 97 (38.28% from 255) = 55.11%
BLUE value IS 13 (5.47% from 255) = 7.39%
R=37.5%
G=55.11%
B=7.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697130.3200.870.6282.1476.3621.57
Hex4261D200573E524c16
Octal102141154001277612211426
Binary100001011000011101100000010101111111101010010100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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