#3E460A

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

Shades of Verdun Green #3E460A

Tints of Verdun Green #3E460A

Color information

#3E460A (or 0x3E460A) is unknown color: approx Verdun Green. HEX triplet: 3E, 46 and 0A. RGB value is (62,70,10). Sum of RGB (Red+Green+Blue) = 62+70+10=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #3E460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E460A is #C1B9F5. Grayscale: #3C3C3C. Windows color (decimal): -12696054 or 673342. OLE color: 673342.

HSL color Cylindrical-coordinate representation of color #3E460A: hue angle of 68º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E460A is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB627010-
CMYK0.1100.860.73
HSL68º75%15.69%-
HSV(B)68º85.71%27.45%-
XYZ4.235.431.11-
YUV60.7799.35128.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 70 (27.73% from 255) = 49.30%
BLUE value IS 10 (4.30% from 255) = 7.04%
R=43.66%
G=49.30%
B=7.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6270100.1100.860.73687515.69
Hex3E46AB05649444b10
Octal761061213012611110411320
Binary1111101000110101010110101011010010011000100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E460A; }

 p { color: rgb(62,70,10); }

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

<style>
 a { background-color: #3E460A; }

 a { background-color: rgb(62,70,10); }

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

<style>
 span { border-color: #3E460A; }

 span { border-color: rgb(62,70,10); }

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