#4D5201

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

Shades of Verdun Green #4D5201

Tints of Verdun Green #4D5201

Color information

#4D5201 (or 0x4D5201) is unknown color: approx Verdun Green. HEX triplet: 4D, 52 and 01. RGB value is (77,82,1). Sum of RGB (Red+Green+Blue) = 77+82+1=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5201 is #B2ADFE. Grayscale: #474747. Windows color (decimal): -11709951 or 86605. OLE color: 86605.

HSL color Cylindrical-coordinate representation of color #4D5201: hue angle of 63.7º 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 #4D5201 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB77821-
CMYK0.0600.990.68
HSL63.7º97.59%16.27%-
HSV(B)63.7º98.78%32.16%-
XYZ6.087.611.18-
YUV71.2788.34132.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.12%
GREEN value IS 82 (32.42% from 255) = 51.25%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=48.12%
G=51.25%
B=0.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal778210.0600.990.6863.797.5916.27
Hex4D521606344406210
Octal11512216014310410014220
Binary1001101101001011100110001110001001000000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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