#485016

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

Shades of Verdun Green #485016

Tints of Verdun Green #485016

Color information

#485016 (or 0x485016) is unknown color: approx Verdun Green. HEX triplet: 48, 50 and 16. RGB value is (72,80,22). Sum of RGB (Red+Green+Blue) = 72+80+22=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #485016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485016 is #B7AFE9. Grayscale: #474747. Windows color (decimal): -12038122 or 1462344. OLE color: 1462344.

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

Color convert

RGB728022-
CMYK0.1000.720.69
HSL68.28º56.86%20%-
HSV(B)68.28º72.5%31.37%-
XYZ5.697.171.84-
YUV71100.35128.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=41.38%
G=45.98%
B=12.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280220.1000.720.6968.2856.8620
Hex485016A04845443914
Octal110120261201101051047124
Binary10010001010000101101010010010001000101100010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485016; }

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

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

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

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

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

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

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

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