#486C05

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

Shades of Verdun Green #486C05

Tints of Verdun Green #486C05

Color information

#486C05 (or 0x486C05) is unknown color: approx Verdun Green. HEX triplet: 48, 6C and 05. RGB value is (72,108,5). Sum of RGB (Red+Green+Blue) = 72+108+5=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 108 (42.58% from 255 or 58.38% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 108 - color contains mainly: green. Hex color #486C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486C05 is #B793FA. Grayscale: #555555. Windows color (decimal): -12030971 or 355400. OLE color: 355400.

HSL color Cylindrical-coordinate representation of color #486C05: hue angle of 80.97º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #486C05 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB721085-
CMYK0.3300.950.58
HSL80.97º91.15%22.16%-
HSV(B)80.97º95.37%42.35%-
XYZ8.0612.112.06-
YUV85.4982.57118.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 108 (42.58% from 255) = 58.38%
BLUE value IS 5 (2.34% from 255) = 2.70%
R=38.92%
G=58.38%
B=2.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7210850.3300.950.5880.9791.1522.16
Hex486C52105F3A515b16
Octal11015454101377212113326
Binary10010001101100101100001010111111110101010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486C05; }

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

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

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

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

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

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

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

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