#4D480A

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

Shades of Verdun Green #4D480A

Tints of Verdun Green #4D480A

Color information

#4D480A (or 0x4D480A) is unknown color: approx Verdun Green. HEX triplet: 4D, 48 and 0A. RGB value is (77,72,10). Sum of RGB (Red+Green+Blue) = 77+72+10=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D480A is #B2B7F5. Grayscale: #424242. Windows color (decimal): -11712502 or 673869. OLE color: 673869.

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

Color convert

RGB777210-
CMYK00.060.870.70
HSL55.52º77.01%17.06%-
HSV(B)55.52º87.01%30.2%-
XYZ5.436.231.2-
YUV66.4396.16135.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.43%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=48.43%
G=45.28%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77721000.060.870.7055.5277.0117.06
Hex4D48A065746384d11
Octal11511012061271067011521
Binary100110110010001010011010101111000110111000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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