#486312

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

Shades of Verdun Green #486312

Tints of Verdun Green #486312

Color information

#486312 (or 0x486312) is unknown color: approx Verdun Green. HEX triplet: 48, 63 and 12. RGB value is (72,99,18). Sum of RGB (Red+Green+Blue) = 72+99+18=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #486312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486312 is #B79CED. Grayscale: #515151. Windows color (decimal): -12033262 or 1205064. OLE color: 1205064.

HSL color Cylindrical-coordinate representation of color #486312: hue angle of 80º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #486312 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB729918-
CMYK0.2700.820.61
HSL80º69.23%22.94%-
HSV(B)80º81.82%38.82%-
XYZ7.2410.352.19-
YUV81.6992.05121.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 99 (39.06% from 255) = 52.38%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=38.10%
G=52.38%
B=9.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299180.2700.820.618069.2322.94
Hex4863121B0523D504517
Octal110143223301227512010527
Binary100100011000111001011011010100101111011010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486312; }

 p { color: rgb(72,99,18); }

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

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

 a { background-color: rgb(72,99,18); }

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

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

 span { border-color: rgb(72,99,18); }

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