#486103

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

Shades of Verdun Green #486103

Tints of Verdun Green #486103

Color information

#486103 (or 0x486103) is unknown color: approx Verdun Green. HEX triplet: 48, 61 and 03. RGB value is (72,97,3). Sum of RGB (Red+Green+Blue) = 72+97+3=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #486103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486103 is #B79EFC. Grayscale: #4F4F4F. Windows color (decimal): -12033789 or 221512. OLE color: 221512.

HSL color Cylindrical-coordinate representation of color #486103: hue angle of 75.96º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #486103 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB72973-
CMYK0.2600.970.62
HSL75.96º94%19.61%-
HSV(B)75.96º96.91%38.04%-
XYZ6.969.931.64-
YUV78.8185.22123.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 3 (1.56% from 255) = 1.74%
R=41.86%
G=56.40%
B=1.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal729730.2600.970.6275.969419.61
Hex486131A0613E4c5e14
Octal11014133201417611413624
Binary100100011000011111010011000011111101001100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486103; }

 p { color: rgb(72,97,3); }

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

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

 a { background-color: rgb(72,97,3); }

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

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

 span { border-color: rgb(72,97,3); }

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