#484712

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

Shades of Verdun Green #484712

Tints of Verdun Green #484712

Color information

#484712 (or 0x484712) is unknown color: approx Verdun Green. HEX triplet: 48, 47 and 12. RGB value is (72,71,18). Sum of RGB (Red+Green+Blue) = 72+71+18=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484712 is #B7B8ED. Grayscale: #414141. Windows color (decimal): -12040430 or 1197896. OLE color: 1197896.

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

Color convert

RGB727118-
CMYK00.010.750.72
HSL58.89º60%17.65%-
HSV(B)58.89º75%28.24%-
XYZ5.035.931.45-
YUV65.26101.33132.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 18 (7.42% from 255) = 11.18%
R=44.72%
G=44.10%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72711800.010.750.7258.896017.65
Hex484712014B483b3c12
Octal1101072201113110737422
Binary1001000100011110010011001011100100011101111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484712; }

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

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

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

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

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

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

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

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