#4D480C

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

Shades of Verdun Green #4D480C

Tints of Verdun Green #4D480C

Color information

#4D480C (or 0x4D480C) is unknown color: approx Verdun Green. HEX triplet: 4D, 48 and 0C. RGB value is (77,72,12). Sum of RGB (Red+Green+Blue) = 77+72+12=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D480C is #B2B7F3. Grayscale: #424242. Windows color (decimal): -11712500 or 804941. OLE color: 804941.

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

Color convert

RGB777212-
CMYK00.060.840.70
HSL55.38º73.03%17.45%-
HSV(B)55.38º84.42%30.2%-
XYZ5.446.241.27-
YUV66.6597.16135.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.83%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=47.83%
G=44.72%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77721200.060.840.7055.3873.0317.45
Hex4D48C065446374911
Octal11511014061241066711121
Binary100110110010001100011010101001000110110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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