#42510B

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

Shades of Verdun Green #42510B

Tints of Verdun Green #42510B

Color information

#42510B (or 0x42510B) is unknown color: approx Verdun Green. HEX triplet: 42, 51 and 0B. RGB value is (66,81,11). Sum of RGB (Red+Green+Blue) = 66+81+11=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #42510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42510B is #BDAEF4. Grayscale: #444444. Windows color (decimal): -12431093 or 741698. OLE color: 741698.

HSL color Cylindrical-coordinate representation of color #42510B: hue angle of 72.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42510B is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB668111-
CMYK0.1900.860.68
HSL72.86º76.09%18.04%-
HSV(B)72.86º86.42%31.76%-
XYZ5.257.071.4-
YUV68.5495.53126.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 81 (32.03% from 255) = 51.27%
BLUE value IS 11 (4.69% from 255) = 6.96%
R=41.77%
G=51.27%
B=6.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681110.1900.860.6872.8676.0918.04
Hex4251B1305644494c12
Octal1021211323012610411111422
Binary100001010100011011100110101011010001001001001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42510B; }

 p { color: rgb(66,81,11); }

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

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

 a { background-color: rgb(66,81,11); }

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

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

 span { border-color: rgb(66,81,11); }

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