#485015

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

Shades of Verdun Green #485015

Tints of Verdun Green #485015

Color information

#485015 (or 0x485015) is unknown color: approx Verdun Green. HEX triplet: 48, 50 and 15. RGB value is (72,80,21). Sum of RGB (Red+Green+Blue) = 72+80+21=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #485015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485015 is #B7AFEA. Grayscale: #474747. Windows color (decimal): -12038123 or 1396808. OLE color: 1396808.

HSL color Cylindrical-coordinate representation of color #485015: hue angle of 68.14º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #485015 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB728021-
CMYK0.1000.740.69
HSL68.14º58.42%19.8%-
HSV(B)68.14º73.75%31.37%-
XYZ5.687.171.79-
YUV70.8899.85128.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=41.62%
G=46.24%
B=12.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280210.1000.740.6968.1458.4219.8
Hex485015A04A45443a14
Octal110120251201121051047224
Binary10010001010000101011010010010101000101100010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485015; }

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

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

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

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

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

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

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

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