#42460B

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

Shades of Verdun Green #42460B

Tints of Verdun Green #42460B

Color information

#42460B (or 0x42460B) is unknown color: approx Verdun Green. HEX triplet: 42, 46 and 0B. RGB value is (66,70,11). Sum of RGB (Red+Green+Blue) = 66+70+11=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #42460B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42460B is #BDB9F4. Grayscale: #3E3E3E. Windows color (decimal): -12433909 or 738882. OLE color: 738882.

HSL color Cylindrical-coordinate representation of color #42460B: hue angle of 64.07º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42460B is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB667011-
CMYK0.0600.840.73
HSL64.07º72.84%15.88%-
HSV(B)64.07º84.29%27.45%-
XYZ4.55.561.15-
YUV62.0899.17130.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 70 (27.73% from 255) = 47.62%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=44.90%
G=47.62%
B=7.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6670110.0600.840.7364.0772.8415.88
Hex4246B605449404910
Octal102106136012411110011120
Binary1000010100011010111100101010010010011000000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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