#4D5A06

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

Shades of Verdun Green #4D5A06

Tints of Verdun Green #4D5A06

Color information

#4D5A06 (or 0x4D5A06) is unknown color: approx Verdun Green. HEX triplet: 4D, 5A and 06. RGB value is (77,90,6). Sum of RGB (Red+Green+Blue) = 77+90+6=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5A06 is #B2A5F9. Grayscale: #4C4C4C. Windows color (decimal): -11707898 or 416333. OLE color: 416333.

HSL color Cylindrical-coordinate representation of color #4D5A06: hue angle of 69.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D5A06 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB77906-
CMYK0.1400.930.65
HSL69.29º87.5%18.82%-
HSV(B)69.29º93.33%35.29%-
XYZ6.758.91.54-
YUV76.5488.19128.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.51%
GREEN value IS 90 (35.55% from 255) = 52.02%
BLUE value IS 6 (2.73% from 255) = 3.47%
R=44.51%
G=52.02%
B=3.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal779060.1400.930.6569.2987.518.82
Hex4D5A6E05D41455813
Octal115132616013510110513023
Binary1001101101101011011100101110110000011000101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,90,6); }

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

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

 a { background-color: rgb(77,90,6); }

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

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

 span { border-color: rgb(77,90,6); }

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