#4D5103

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

Shades of Verdun Green #4D5103

Tints of Verdun Green #4D5103

Color information

#4D5103 (or 0x4D5103) is unknown color: approx Verdun Green. HEX triplet: 4D, 51 and 03. RGB value is (77,81,3). Sum of RGB (Red+Green+Blue) = 77+81+3=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5103 is #B2AEFC. Grayscale: #474747. Windows color (decimal): -11710205 or 217421. OLE color: 217421.

HSL color Cylindrical-coordinate representation of color #4D5103: hue angle of 63.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D5103 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB77813-
CMYK0.0500.960.68
HSL63.08º92.86%16.47%-
HSV(B)63.08º96.3%31.76%-
XYZ6.027.471.21-
YUV70.9189.67132.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.83%
GREEN value IS 81 (32.03% from 255) = 50.31%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=47.83%
G=50.31%
B=1.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal778130.0500.960.6863.0892.8616.47
Hex4D5135060443f5d10
Octal1151213501401047713520
Binary1001101101000111101011000001000100111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D5103; }

 p { color: rgb(77,81,3); }

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

<style>
 a { background-color: #4D5103; }

 a { background-color: rgb(77,81,3); }

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

<style>
 span { border-color: #4D5103; }

 span { border-color: rgb(77,81,3); }

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