#485716

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

Shades of Verdun Green #485716

Tints of Verdun Green #485716

Color information

#485716 (or 0x485716) is unknown color: approx Verdun Green. HEX triplet: 48, 57 and 16. RGB value is (72,87,22). Sum of RGB (Red+Green+Blue) = 72+87+22=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #485716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485716 is #B7A8E9. Grayscale: #4B4B4B. Windows color (decimal): -12036330 or 1464136. OLE color: 1464136.

HSL color Cylindrical-coordinate representation of color #485716: hue angle of 73.85º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #485716 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB728722-
CMYK0.1700.750.66
HSL73.85º59.63%21.37%-
HSV(B)73.85º74.71%34.12%-
XYZ6.238.252.02-
YUV75.198.03125.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 87 (34.38% from 255) = 48.07%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=39.78%
G=48.07%
B=12.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7287220.1700.750.6673.8559.6321.37
Hex4857161104B424a3c15
Octal110127262101131021127425
Binary100100010101111011010001010010111000010100101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485716; }

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

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

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

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

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

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

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

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