#586200

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

Shades of Verdun Green #586200

Tints of Verdun Green #586200

Color information

#586200 (or 0x586200) is unknown color: approx Verdun Green. HEX triplet: 58, 62 and 00. RGB value is (88,98,0). Sum of RGB (Red+Green+Blue) = 88+98+0=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #586200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586200 is #A79DFF. Grayscale: #545454. Windows color (decimal): -10984960 or 25176. OLE color: 25176.

HSL color Cylindrical-coordinate representation of color #586200: hue angle of 66.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #586200 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB88980-
CMYK0.10010.62
HSL66.12º100%19.22%-
HSV(B)66.12º100%38.43%-
XYZ8.3910.811.64-
YUV83.8480.69130.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.31%
G=52.69%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal889800.10010.6266.1210019.22
Hex58620A0643E426413
Octal13014201201447610214423
Binary1011000110001001010011001001111101000010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586200; }

 p { color: rgb(88,98,0); }

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

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

 a { background-color: rgb(88,98,0); }

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

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

 span { border-color: rgb(88,98,0); }

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