#485616

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

Shades of Verdun Green #485616

Tints of Verdun Green #485616

Color information

#485616 (or 0x485616) is unknown color: approx Verdun Green. HEX triplet: 48, 56 and 16. RGB value is (72,86,22). Sum of RGB (Red+Green+Blue) = 72+86+22=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #485616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485616 is #B7A9E9. Grayscale: #4A4A4A. Windows color (decimal): -12036586 or 1463880. OLE color: 1463880.

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

Color convert

RGB728622-
CMYK0.1600.740.66
HSL73.12º59.26%21.18%-
HSV(B)73.12º74.42%33.73%-
XYZ6.158.092-
YUV74.5298.36126.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 47.78%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=40%
G=47.78%
B=12.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286220.1600.740.6673.1259.2621.18
Hex4856161004A42493b15
Octal110126262001121021117325
Binary100100010101101011010000010010101000010100100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485616; }

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

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

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

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

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

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

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

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