#486005

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

Shades of Verdun Green #486005

Tints of Verdun Green #486005

Color information

#486005 (or 0x486005) is unknown color: approx Verdun Green. HEX triplet: 48, 60 and 05. RGB value is (72,96,5). Sum of RGB (Red+Green+Blue) = 72+96+5=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #486005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486005 is #B79FFA. Grayscale: #4E4E4E. Windows color (decimal): -12034043 or 352328. OLE color: 352328.

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

Color convert

RGB72965-
CMYK0.2500.950.62
HSL75.82º90.1%19.8%-
HSV(B)75.82º94.79%37.65%-
XYZ6.889.751.66-
YUV78.4586.55123.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=41.62%
G=55.49%
B=2.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal729650.2500.950.6275.8290.119.8
Hex486051905F3E4c5a14
Octal11014053101377611413224
Binary1001000110000010111001010111111111101001100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486005; }

 p { color: rgb(72,96,5); }

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

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

 a { background-color: rgb(72,96,5); }

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

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

 span { border-color: rgb(72,96,5); }

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