#586300

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

Shades of Verdun Green #586300

Tints of Verdun Green #586300

Color information

#586300 (or 0x586300) is unknown color: approx Verdun Green. HEX triplet: 58, 63 and 00. RGB value is (88,99,0). Sum of RGB (Red+Green+Blue) = 88+99+0=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #586300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586300 is #A79CFF. Grayscale: #545454. Windows color (decimal): -10984704 or 25432. OLE color: 25432.

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

Color convert

RGB88990-
CMYK0.11010.61
HSL66.67º100%19.41%-
HSV(B)66.67º100%38.82%-
XYZ8.49111.68-
YUV84.4280.36130.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.06%
G=52.94%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal889900.11010.6166.6710019.41
Hex58630B0643D436413
Octal13014301301447510314423
Binary1011000110001101011011001001111011000011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586300; }

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

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

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

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

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

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

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

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