#484613

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

Shades of Verdun Green #484613

Tints of Verdun Green #484613

Color information

#484613 (or 0x484613) is unknown color: approx Verdun Green. HEX triplet: 48, 46 and 13. RGB value is (72,70,19). Sum of RGB (Red+Green+Blue) = 72+70+19=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484613 is #B7B9EC. Grayscale: #404040. Windows color (decimal): -12040685 or 1263176. OLE color: 1263176.

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

Color convert

RGB727019-
CMYK00.030.740.72
HSL57.74º58.24%17.84%-
HSV(B)57.74º73.61%28.24%-
XYZ4.985.811.47-
YUV64.78102.16133.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=44.72%
G=43.48%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72701900.030.740.7257.7458.2417.84
Hex484613034A483a3a12
Octal1101062303112110727222
Binary10010001000110100110111001010100100011101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484613; }

 p { color: rgb(72,70,19); }

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

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

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

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

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

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

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