#3E4D16

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

Shades of Verdun Green #3E4D16

Tints of Verdun Green #3E4D16

Color information

#3E4D16 (or 0x3E4D16) is unknown color: approx Verdun Green. HEX triplet: 3E, 4D and 16. RGB value is (62,77,22). Sum of RGB (Red+Green+Blue) = 62+77+22=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #3E4D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E4D16 is #C1B2E9. Grayscale: #424242. Windows color (decimal): -12694250 or 1461566. OLE color: 1461566.

HSL color Cylindrical-coordinate representation of color #3E4D16: hue angle of 76.36º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E4D16 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB627722-
CMYK0.1900.710.70
HSL76.36º55.56%19.41%-
HSV(B)76.36º71.43%30.2%-
XYZ4.796.391.74-
YUV66.24103.03124.97-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.51%
GREEN value IS 77 (30.47% from 255) = 47.83%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=38.51%
G=47.83%
B=13.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6277220.1900.710.7076.3655.5619.41
Hex3E4D1613047464c3813
Octal76115262301071061147023
Binary11111010011011011010011010001111000110100110011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,77,22); }

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

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

 a { background-color: rgb(62,77,22); }

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

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

 span { border-color: rgb(62,77,22); }

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