#587425

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

Shades of Dark Olive Green #587425

Tints of Dark Olive Green #587425

Color information

#587425 (or 0x587425) is unknown color: approx Dark Olive Green. HEX triplet: 58, 74 and 25. RGB value is (88,116,37). Sum of RGB (Red+Green+Blue) = 88+116+37=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #587425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587425 is #A78BDA. Grayscale: #626262. Windows color (decimal): -10980315 or 2454616. OLE color: 2454616.

HSL color Cylindrical-coordinate representation of color #587425: hue angle of 81.27º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #587425 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB8811637-
CMYK0.2400.680.55
HSL81.27º51.63%30%-
HSV(B)81.27º68.1%45.49%-
XYZ10.614.74.03-
YUV98.6293.22120.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 116 (45.70% from 255) = 48.13%
BLUE value IS 37 (14.84% from 255) = 15.35%
R=36.51%
G=48.13%
B=15.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88116370.2400.680.5581.2751.6330
Hex587425180443751341e
Octal13016445300104671216436
Binary101100011101001001011100001000100110111101000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587425; }

 p { color: rgb(88,116,37); }

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

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

 a { background-color: rgb(88,116,37); }

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

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

 span { border-color: rgb(88,116,37); }

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