#484913

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

Shades of Verdun Green #484913

Tints of Verdun Green #484913

Color information

#484913 (or 0x484913) is unknown color: approx Verdun Green. HEX triplet: 48, 49 and 13. RGB value is (72,73,19). Sum of RGB (Red+Green+Blue) = 72+73+19=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #484913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484913 is #B7B6EC. Grayscale: #424242. Windows color (decimal): -12039917 or 1263944. OLE color: 1263944.

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

Color convert

RGB727319-
CMYK0.0100.740.71
HSL61.11º58.7%18.04%-
HSV(B)61.11º73.97%28.63%-
XYZ5.176.191.54-
YUV66.54101.17131.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 73 (28.91% from 255) = 44.51%
BLUE value IS 19 (7.81% from 255) = 11.59%
R=43.90%
G=44.51%
B=11.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7273190.0100.740.7161.1158.718.04
Hex484913104A473d3b12
Octal1101112310112107757322
Binary1001000100100110011101001010100011111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484913; }

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

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

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

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

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

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

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

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