#486B0B

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

Shades of Verdun Green #486B0B

Tints of Verdun Green #486B0B

Color information

#486B0B (or 0x486B0B) is unknown color: approx Verdun Green. HEX triplet: 48, 6B and 0B. RGB value is (72,107,11). Sum of RGB (Red+Green+Blue) = 72+107+11=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #486B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486B0B is #B794F4. Grayscale: #555555. Windows color (decimal): -12031221 or 748360. OLE color: 748360.

HSL color Cylindrical-coordinate representation of color #486B0B: hue angle of 81.88º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #486B0B is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB7210711-
CMYK0.3300.900.58
HSL81.88º81.36%23.14%-
HSV(B)81.88º89.72%41.96%-
XYZ7.9911.922.2-
YUV85.5985.9118.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 107 (42.19% from 255) = 56.32%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=37.89%
G=56.32%
B=5.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107110.3300.900.5881.8881.3623.14
Hex486BB2105A3A525117
Octal110153134101327212212127
Binary100100011010111011100001010110101110101010010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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