#587125

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

Shades of Dark Olive Green #587125

Tints of Dark Olive Green #587125

Color information

#587125 (or 0x587125) is unknown color: approx Dark Olive Green. HEX triplet: 58, 71 and 25. RGB value is (88,113,37). Sum of RGB (Red+Green+Blue) = 88+113+37=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #587125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587125 is #A78EDA. Grayscale: #616161. Windows color (decimal): -10981083 or 2453848. OLE color: 2453848.

HSL color Cylindrical-coordinate representation of color #587125: hue angle of 79.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #587125 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB8811337-
CMYK0.2200.670.56
HSL79.74º50.67%29.41%-
HSV(B)79.74º67.26%44.31%-
XYZ10.2614.023.92-
YUV96.8694.22121.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 113 (44.53% from 255) = 47.48%
BLUE value IS 37 (14.84% from 255) = 15.55%
R=36.97%
G=47.48%
B=15.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88113370.2200.670.5679.7450.6729.41
Hex587125160433850331d
Octal13016145260103701206335
Binary101100011100011001011011001000011111000101000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587125; }

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

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

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

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

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

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

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

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