#4d4b11

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

Shades of Verdun Green #4D4B11

Tints of Verdun Green #4D4B11

Color information

#4D4B11 (or 0x4D4B11) is unknown color: approx Verdun Green. HEX triplet: 4D, 4B and 11. RGB value is (77,75,17). Sum of RGB (Red+Green+Blue) = 77+75+17=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4B11 is #B2B4EE. Grayscale: #454545. Windows color (decimal): -11711727 or 1133389. OLE color: 1133389.

HSL color Cylindrical-coordinate representation of color #4D4B11: hue angle of 58º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D4B11 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB777517-
CMYK00.030.780.70
HSL58º63.83%18.43%-
HSV(B)58º77.92%30.2%-
XYZ5.686.651.51-
YUV68.9998.66133.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.56%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=45.56%
G=44.38%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77751700.030.780.705863.8318.43
Hex4D4B11034E463a4012
Octal11511321031161067210022
Binary100110110010111000101110011101000110111010100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d4b11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,75,17); }

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

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

 a { background-color: rgb(77,75,17); }

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

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

 span { border-color: rgb(77,75,17); }

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