#486814

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

Shades of Verdun Green #486814

Tints of Verdun Green #486814

Color information

#486814 (or 0x486814) is unknown color: approx Verdun Green. HEX triplet: 48, 68 and 14. RGB value is (72,104,20). Sum of RGB (Red+Green+Blue) = 72+104+20=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #486814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486814 is #B797EB. Grayscale: #555555. Windows color (decimal): -12031980 or 1337416. OLE color: 1337416.

HSL color Cylindrical-coordinate representation of color #486814: hue angle of 82.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #486814 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB7210420-
CMYK0.3100.810.59
HSL82.86º67.74%24.31%-
HSV(B)82.86º80.77%40.78%-
XYZ7.7511.332.44-
YUV84.8691.4118.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 104 (41.02% from 255) = 53.06%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=36.73%
G=53.06%
B=10.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104200.3100.810.5982.8667.7424.31
Hex4868141F0513B534418
Octal110150243701217312310430
Binary100100011010001010011111010100011110111010011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486814; }

 p { color: rgb(72,104,20); }

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

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

 a { background-color: rgb(72,104,20); }

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

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

 span { border-color: rgb(72,104,20); }

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