#485916

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

Shades of Verdun Green #485916

Tints of Verdun Green #485916

Color information

#485916 (or 0x485916) is unknown color: approx Verdun Green. HEX triplet: 48, 59 and 16. RGB value is (72,89,22). Sum of RGB (Red+Green+Blue) = 72+89+22=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #485916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485916 is #B7A6E9. Grayscale: #4C4C4C. Windows color (decimal): -12035818 or 1464648. OLE color: 1464648.

HSL color Cylindrical-coordinate representation of color #485916: hue angle of 75.22º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #485916 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB728922-
CMYK0.1900.750.65
HSL75.22º60.36%21.76%-
HSV(B)75.22º75.28%34.9%-
XYZ6.398.582.08-
YUV76.2897.37124.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 89 (35.16% from 255) = 48.63%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=39.34%
G=48.63%
B=12.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289220.1900.750.6575.2260.3621.76
Hex4859161304B414b3c16
Octal110131262301131011137426
Binary100100010110011011010011010010111000001100101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485916; }

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

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

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

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

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

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

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

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