#484810

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

Shades of Verdun Green #484810

Tints of Verdun Green #484810

Color information

#484810 (or 0x484810) is unknown color: approx Verdun Green. HEX triplet: 48, 48 and 10. RGB value is (72,72,16). Sum of RGB (Red+Green+Blue) = 72+72+16=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484810 is #B7B7EF. Grayscale: #414141. Windows color (decimal): -12040176 or 1067080. OLE color: 1067080.

HSL color Cylindrical-coordinate representation of color #484810: hue angle of 60º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #484810 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB727216-
CMYK000.780.72
HSL60º63.64%17.25%-
HSV(B)60º77.78%28.24%-
XYZ5.086.051.39-
YUV65.62100132.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 16 (6.64% from 255) = 10%
R=45%
G=45%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727216000.780.726063.6417.25
Hex484810004E483c4011
Octal11011020001161107410021
Binary10010001001000100000010011101001000111100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484810; }

 p { color: rgb(72,72,16); }

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

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

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

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

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

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

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