#42460D

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

Shades of Verdun Green #42460D

Tints of Verdun Green #42460D

Color information

#42460D (or 0x42460D) is unknown color: approx Verdun Green. HEX triplet: 42, 46 and 0D. RGB value is (66,70,13). Sum of RGB (Red+Green+Blue) = 66+70+13=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #42460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42460D is #BDB9F2. Grayscale: #3E3E3E. Windows color (decimal): -12433907 or 869954. OLE color: 869954.

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

Color convert

RGB667013-
CMYK0.0600.810.73
HSL64.21º68.67%16.27%-
HSV(B)64.21º81.43%27.45%-
XYZ4.515.571.22-
YUV62.31100.17130.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=44.30%
G=46.98%
B=8.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6670130.0600.810.7364.2168.6716.27
Hex4246D605149404510
Octal102106156012111110010520
Binary1000010100011011011100101000110010011000000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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