#40460D

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

Shades of Verdun Green #40460D

Tints of Verdun Green #40460D

Color information

#40460D (or 0x40460D) is unknown color: approx Verdun Green. HEX triplet: 40, 46 and 0D. RGB value is (64,70,13). Sum of RGB (Red+Green+Blue) = 64+70+13=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #40460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40460D is #BFB9F2. Grayscale: #3D3D3D. Windows color (decimal): -12564979 or 869952. OLE color: 869952.

HSL color Cylindrical-coordinate representation of color #40460D: hue angle of 66.32º 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 #40460D is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB647013-
CMYK0.0900.810.73
HSL66.32º68.67%16.27%-
HSV(B)66.32º81.43%27.45%-
XYZ4.385.51.21-
YUV61.71100.51129.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 70 (27.73% from 255) = 47.62%
BLUE value IS 13 (5.47% from 255) = 8.84%
R=43.54%
G=47.62%
B=8.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470130.0900.810.7366.3268.6716.27
Hex4046D905149424510
Octal1001061511012111110210520
Binary10000001000110110110010101000110010011000010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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