#4D480B

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

Shades of Verdun Green #4D480B

Tints of Verdun Green #4D480B

Color information

#4D480B (or 0x4D480B) is unknown color: approx Verdun Green. HEX triplet: 4D, 48 and 0B. RGB value is (77,72,11). Sum of RGB (Red+Green+Blue) = 77+72+11=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D480B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D480B is #B2B7F4. Grayscale: #424242. Windows color (decimal): -11712501 or 739405. OLE color: 739405.

HSL color Cylindrical-coordinate representation of color #4D480B: hue angle of 55.45º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D480B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB777211-
CMYK00.060.860.70
HSL55.45º75%17.25%-
HSV(B)55.45º85.71%30.2%-
XYZ5.446.241.23-
YUV66.5496.66135.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.12%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 11 (4.69% from 255) = 6.88%
R=48.12%
G=45%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77721100.060.860.7055.457517.25
Hex4D48B065646374b11
Octal11511013061261066711321
Binary100110110010001011011010101101000110110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,72,11); }

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

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

 a { background-color: rgb(77,72,11); }

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

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

 span { border-color: rgb(77,72,11); }

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