#484711

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

Shades of Verdun Green #484711

Tints of Verdun Green #484711

Color information

#484711 (or 0x484711) is unknown color: approx Verdun Green. HEX triplet: 48, 47 and 11. RGB value is (72,71,17). Sum of RGB (Red+Green+Blue) = 72+71+17=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #484711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484711 is #B7B8EE. Grayscale: #414141. Windows color (decimal): -12040431 or 1132360. OLE color: 1132360.

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

Color convert

RGB727117-
CMYK00.010.760.72
HSL58.91º61.8%17.45%-
HSV(B)58.91º76.39%28.24%-
XYZ5.035.921.41-
YUV65.14100.83132.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 71 (28.12% from 255) = 44.38%
BLUE value IS 17 (7.03% from 255) = 10.62%
R=45%
G=44.38%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72711700.010.760.7258.9161.817.45
Hex484711014C483b3e11
Octal1101072101114110737621
Binary1001000100011110001011001100100100011101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484711; }

 p { color: rgb(72,71,17); }

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

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

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

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

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

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

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