#484714

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

Shades of Verdun Green #484714

Tints of Verdun Green #484714

Color information

#484714 (or 0x484714) is unknown color: approx Verdun Green. HEX triplet: 48, 47 and 14. RGB value is (72,71,20). Sum of RGB (Red+Green+Blue) = 72+71+20=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #484714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484714 is #B7B8EB. Grayscale: #414141. Windows color (decimal): -12040428 or 1328968. OLE color: 1328968.

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

Color convert

RGB727120-
CMYK00.010.720.72
HSL58.85º56.52%18.04%-
HSV(B)58.85º72.22%28.24%-
XYZ5.055.931.54-
YUV65.48102.33132.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=44.17%
G=43.56%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72712000.010.720.7258.8556.5218.04
Hex4847140148483b3912
Octal1101072401110110737122
Binary1001000100011110100011001000100100011101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484714; }

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

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

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

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

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

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

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

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