#486000

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

Shades of Verdun Green #486000

Tints of Verdun Green #486000

Color information

#486000 (or 0x486000) is unknown color: approx Verdun Green. HEX triplet: 48, 60 and 00. RGB value is (72,96,0). Sum of RGB (Red+Green+Blue) = 72+96+0=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #486000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486000 is #B79FFF. Grayscale: #4E4E4E. Windows color (decimal): -12034048 or 24648. OLE color: 24648.

HSL color Cylindrical-coordinate representation of color #486000: hue angle of 75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #486000 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB72960-
CMYK0.25010.62
HSL75º100%18.82%-
HSV(B)75º100%37.65%-
XYZ6.869.741.52-
YUV77.8884.05123.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 96 (37.89% from 255) = 57.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.86%
G=57.14%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal729600.25010.627510018.82
Hex48600190643E4b6413
Octal11014003101447611314423
Binary10010001100000011001011001001111101001011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486000; }

 p { color: rgb(72,96,0); }

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

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

 a { background-color: rgb(72,96,0); }

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

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

 span { border-color: rgb(72,96,0); }

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