#586504

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

Shades of Verdun Green #586504

Tints of Verdun Green #586504

Color information

#586504 (or 0x586504) is unknown color: approx Verdun Green. HEX triplet: 58, 65 and 04. RGB value is (88,101,4). Sum of RGB (Red+Green+Blue) = 88+101+4=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #586504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586504 is #A79AFB. Grayscale: #565656. Windows color (decimal): -10984188 or 288088. OLE color: 288088.

HSL color Cylindrical-coordinate representation of color #586504: hue angle of 68.04º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #586504 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB881014-
CMYK0.1300.960.60
HSL68.04º92.38%20.59%-
HSV(B)68.04º96.04%39.61%-
XYZ8.711.391.85-
YUV86.0681.69129.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.60%
GREEN value IS 101 (39.84% from 255) = 52.33%
BLUE value IS 4 (1.95% from 255) = 2.07%
R=45.60%
G=52.33%
B=2.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8810140.1300.960.6068.0492.3820.59
Hex58654D0603C445c15
Octal13014541501407410413425
Binary101100011001011001101011000001111001000100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586504; }

 p { color: rgb(88,101,4); }

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

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

 a { background-color: rgb(88,101,4); }

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

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

 span { border-color: rgb(88,101,4); }

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