#486805

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

Shades of Verdun Green #486805

Tints of Verdun Green #486805

Color information

#486805 (or 0x486805) is unknown color: approx Verdun Green. HEX triplet: 48, 68 and 05. RGB value is (72,104,5). Sum of RGB (Red+Green+Blue) = 72+104+5=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #486805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486805 is #B797FA. Grayscale: #535353. Windows color (decimal): -12031995 or 354376. OLE color: 354376.

HSL color Cylindrical-coordinate representation of color #486805: hue angle of 79.39º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #486805 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB721045-
CMYK0.3100.950.59
HSL79.39º90.83%21.37%-
HSV(B)79.39º95.19%40.78%-
XYZ7.6511.291.92-
YUV83.1583.9120.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 5 (2.34% from 255) = 2.76%
R=39.78%
G=57.46%
B=2.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7210450.3100.950.5979.3990.8321.37
Hex486851F05F3B4f5b15
Octal11015053701377311713325
Binary1001000110100010111111010111111110111001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486805; }

 p { color: rgb(72,104,5); }

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

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

 a { background-color: rgb(72,104,5); }

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

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

 span { border-color: rgb(72,104,5); }

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