#486202

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

Shades of Verdun Green #486202

Tints of Verdun Green #486202

Color information

#486202 (or 0x486202) is unknown color: approx Verdun Green. HEX triplet: 48, 62 and 02. RGB value is (72,98,2). Sum of RGB (Red+Green+Blue) = 72+98+2=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #486202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486202 is #B79DFD. Grayscale: #4F4F4F. Windows color (decimal): -12033534 or 156232. OLE color: 156232.

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

Color convert

RGB72982-
CMYK0.2700.980.62
HSL76.25º96%19.61%-
HSV(B)76.25º97.96%38.43%-
XYZ7.0510.121.64-
YUV79.2884.39122.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 98 (38.67% from 255) = 56.98%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=41.86%
G=56.98%
B=1.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal729820.2700.980.6276.259619.61
Hex486221B0623E4c6014
Octal11014223301427611414024
Binary100100011000101011011011000101111101001100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486202; }

 p { color: rgb(72,98,2); }

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

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

 a { background-color: rgb(72,98,2); }

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

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

 span { border-color: rgb(72,98,2); }

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