#486302

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

Shades of Verdun Green #486302

Tints of Verdun Green #486302

Color information

#486302 (or 0x486302) is unknown color: approx Verdun Green. HEX triplet: 48, 63 and 02. RGB value is (72,99,2). Sum of RGB (Red+Green+Blue) = 72+99+2=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #486302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486302 is #B79CFD. Grayscale: #505050. Windows color (decimal): -12033278 or 156488. OLE color: 156488.

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

Color convert

RGB72992-
CMYK0.2700.980.61
HSL76.7º96.04%19.8%-
HSV(B)76.7º97.98%38.82%-
XYZ7.1510.311.67-
YUV79.8784.05122.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 99 (39.06% from 255) = 57.23%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=41.62%
G=57.23%
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.61
SystemRedGreenBlueCMYKHSL
Decimal729920.2700.980.6176.796.0419.8
Hex486321B0623D4d6014
Octal11014323301427511514024
Binary100100011000111011011011000101111011001101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486302; }

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

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

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

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

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

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

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

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