#3E510B

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

Shades of Verdun Green #3E510B

Tints of Verdun Green #3E510B

Color information

#3E510B (or 0x3E510B) is unknown color: approx Verdun Green. HEX triplet: 3E, 51 and 0B. RGB value is (62,81,11). Sum of RGB (Red+Green+Blue) = 62+81+11=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #3E510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E510B is #C1AEF4. Grayscale: #434343. Windows color (decimal): -12693237 or 741694. OLE color: 741694.

HSL color Cylindrical-coordinate representation of color #3E510B: hue angle of 76.29º 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 #3E510B is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB628111-
CMYK0.2300.860.68
HSL76.29º76.09%18.04%-
HSV(B)76.29º86.42%31.76%-
XYZ4.996.931.39-
YUV67.3496.21124.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40.26%
GREEN value IS 81 (32.03% from 255) = 52.60%
BLUE value IS 11 (4.69% from 255) = 7.14%
R=40.26%
G=52.60%
B=7.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6281110.2300.860.6876.2976.0918.04
Hex3E51B17056444c4c12
Octal761211327012610411411422
Binary11111010100011011101110101011010001001001100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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