#486610

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

Shades of Verdun Green #486610

Tints of Verdun Green #486610

Color information

#486610 (or 0x486610) is unknown color: approx Verdun Green. HEX triplet: 48, 66 and 10. RGB value is (72,102,16). Sum of RGB (Red+Green+Blue) = 72+102+16=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #486610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486610 is #B799EF. Grayscale: #535353. Windows color (decimal): -12032496 or 1074760. OLE color: 1074760.

HSL color Cylindrical-coordinate representation of color #486610: hue angle of 80.93º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #486610 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB7210216-
CMYK0.2900.840.6
HSL80.93º72.88%23.14%-
HSV(B)80.93º84.31%40%-
XYZ7.5210.922.2-
YUV83.2390.06119.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 102 (40.23% from 255) = 53.68%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=37.89%
G=53.68%
B=8.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102160.2900.840.680.9372.8823.14
Hex4866101D0543C514917
Octal110146203501247412111127
Binary100100011001101000011101010101001111001010001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486610; }

 p { color: rgb(72,102,16); }

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

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

 a { background-color: rgb(72,102,16); }

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

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

 span { border-color: rgb(72,102,16); }

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