#484715

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

Shades of Verdun Green #484715

Tints of Verdun Green #484715

Color information

#484715 (or 0x484715) is unknown color: approx Verdun Green. HEX triplet: 48, 47 and 15. RGB value is (72,71,21). Sum of RGB (Red+Green+Blue) = 72+71+21=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #484715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484715 is #B7B8EA. Grayscale: #414141. Windows color (decimal): -12040427 or 1394504. OLE color: 1394504.

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

Color convert

RGB727121-
CMYK00.010.710.72
HSL58.82º54.84%18.24%-
HSV(B)58.82º70.83%28.24%-
XYZ5.065.941.59-
YUV65.6102.83132.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=43.90%
G=43.29%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72712100.010.710.7258.8254.8418.24
Hex4847150147483b3712
Octal1101072501107110736722
Binary1001000100011110101011000111100100011101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484715; }

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

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

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

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

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

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

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

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