#485617

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

Shades of Verdun Green #485617

Tints of Verdun Green #485617

Color information

#485617 (or 0x485617) is unknown color: approx Verdun Green. HEX triplet: 48, 56 and 17. RGB value is (72,86,23). Sum of RGB (Red+Green+Blue) = 72+86+23=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #485617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485617 is #B7A9E8. Grayscale: #4A4A4A. Windows color (decimal): -12036585 or 1529416. OLE color: 1529416.

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

Color convert

RGB728623-
CMYK0.1600.730.66
HSL73.33º57.8%21.37%-
HSV(B)73.33º73.26%33.73%-
XYZ6.158.12.05-
YUV74.6398.86126.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 23 (9.38% from 255) = 12.71%
R=39.78%
G=47.51%
B=12.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286230.1600.730.6673.3357.821.37
Hex4856171004942493a15
Octal110126272001111021117225
Binary100100010101101011110000010010011000010100100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485617; }

 p { color: rgb(72,86,23); }

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

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

 a { background-color: rgb(72,86,23); }

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

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

 span { border-color: rgb(72,86,23); }

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