#486B03

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

Shades of Verdun Green #486B03

Tints of Verdun Green #486B03

Color information

#486B03 (or 0x486B03) is unknown color: approx Verdun Green. HEX triplet: 48, 6B and 03. RGB value is (72,107,3). Sum of RGB (Red+Green+Blue) = 72+107+3=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #486B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486B03 is #B794FC. Grayscale: #555555. Windows color (decimal): -12031229 or 224072. OLE color: 224072.

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

Color convert

RGB721073-
CMYK0.3300.970.58
HSL80.19º94.55%21.57%-
HSV(B)80.19º97.2%41.96%-
XYZ7.9511.91.96-
YUV84.6881.9118.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 107 (42.19% from 255) = 58.79%
BLUE value IS 3 (1.56% from 255) = 1.65%
R=39.56%
G=58.79%
B=1.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7210730.3300.970.5880.1994.5521.57
Hex486B3210613A505f16
Octal11015334101417212013726
Binary1001000110101111100001011000011110101010000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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