#4D5805

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

Shades of Verdun Green #4D5805

Tints of Verdun Green #4D5805

Color information

#4D5805 (or 0x4D5805) is unknown color: approx Verdun Green. HEX triplet: 4D, 58 and 05. RGB value is (77,88,5). Sum of RGB (Red+Green+Blue) = 77+88+5=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5805 is #B2A7FA. Grayscale: #4B4B4B. Windows color (decimal): -11708411 or 350285. OLE color: 350285.

HSL color Cylindrical-coordinate representation of color #4D5805: hue angle of 67.95º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D5805 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB77885-
CMYK0.1200.940.65
HSL67.95º89.25%18.24%-
HSV(B)67.95º94.32%34.51%-
XYZ6.588.571.45-
YUV75.2588.36129.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.29%
GREEN value IS 88 (34.77% from 255) = 51.76%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=45.29%
G=51.76%
B=2.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal778850.1200.940.6567.9589.2518.24
Hex4D585C05E41445912
Octal115130514013610110413122
Binary1001101101100010111000101111010000011000100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,88,5); }

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

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

 a { background-color: rgb(77,88,5); }

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

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

 span { border-color: rgb(77,88,5); }

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