#4D5101

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

Shades of Verdun Green #4D5101

Tints of Verdun Green #4D5101

Color information

#4D5101 (or 0x4D5101) is unknown color: approx Verdun Green. HEX triplet: 4D, 51 and 01. RGB value is (77,81,1). Sum of RGB (Red+Green+Blue) = 77+81+1=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5101 is #B2AEFE. Grayscale: #474747. Windows color (decimal): -11710207 or 86349. OLE color: 86349.

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

Color convert

RGB77811-
CMYK0.0500.990.68
HSL63º97.56%16.08%-
HSV(B)63º98.77%31.76%-
XYZ6.017.461.15-
YUV70.6888.67132.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.43%
GREEN value IS 81 (32.03% from 255) = 50.94%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=48.43%
G=50.94%
B=0.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal778110.0500.990.686397.5616.08
Hex4D5115063443f6210
Octal1151211501431047714220
Binary100110110100011101011000111000100111111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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