#486E05

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

Shades of Verdun Green #486E05

Tints of Verdun Green #486E05

Color information

#486E05 (or 0x486E05) is unknown color: approx Verdun Green. HEX triplet: 48, 6E and 05. RGB value is (72,110,5). Sum of RGB (Red+Green+Blue) = 72+110+5=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 110 (43.36% from 255 or 58.82% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 110 - color contains mainly: green. Hex color #486E05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486E05 is #B791FA. Grayscale: #575757. Windows color (decimal): -12030459 or 355912. OLE color: 355912.

HSL color Cylindrical-coordinate representation of color #486E05: hue angle of 81.71º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #486E05 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB721105-
CMYK0.3500.950.57
HSL81.71º91.3%22.55%-
HSV(B)81.71º95.45%43.14%-
XYZ8.2812.542.13-
YUV86.6781.91117.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 110 (43.36% from 255) = 58.82%
BLUE value IS 5 (2.34% from 255) = 2.67%
R=38.50%
G=58.82%
B=2.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7211050.3500.950.5781.7191.322.55
Hex486E52305F39525b17
Octal11015654301377112213327
Binary10010001101110101100011010111111110011010010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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