#586925

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

Shades of Dark Olive Green #586925

Tints of Dark Olive Green #586925

Color information

#586925 (or 0x586925) is unknown color: approx Dark Olive Green. HEX triplet: 58, 69 and 25. RGB value is (88,105,37). Sum of RGB (Red+Green+Blue) = 88+105+37=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #586925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586925 is #A796DA. Grayscale: #5C5C5C. Windows color (decimal): -10983131 or 2451800. OLE color: 2451800.

HSL color Cylindrical-coordinate representation of color #586925: hue angle of 75º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #586925 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB8810537-
CMYK0.1600.650.59
HSL75º47.89%27.84%-
HSV(B)75º64.76%41.18%-
XYZ9.4112.313.63-
YUV92.1696.87125.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=38.26%
G=45.65%
B=16.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88105370.1600.650.597547.8927.84
Hex586925100413B4b301c
Octal13015145200101731136034
Binary101100011010011001011000001000001111011100101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586925; }

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

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

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

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

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

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

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

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