#586432

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

Shades of Dark Olive Green #586432

Tints of Dark Olive Green #586432

Color information

#586432 (or 0x586432) is unknown color: approx Dark Olive Green. HEX triplet: 58, 64 and 32. RGB value is (88,100,50). Sum of RGB (Red+Green+Blue) = 88+100+50=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #586432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586432 is #A79BCD. Grayscale: #5A5A5A. Windows color (decimal): -10984398 or 3302488. OLE color: 3302488.

HSL color Cylindrical-coordinate representation of color #586432: hue angle of 74.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #586432 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB8810050-
CMYK0.1200.500.61
HSL74.4º33.33%29.41%-
HSV(B)74.4º50%39.22%-
XYZ9.1611.424.74-
YUV90.71105.02126.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 50 (19.92% from 255) = 21.01%
R=36.97%
G=42.02%
B=21.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal88100500.1200.500.6174.433.3329.41
Hex586432C0323D4a211d
Octal1301446214062751124135
Binary1011000110010011001011000110010111101100101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586432; }

 p { color: rgb(88,100,50); }

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

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

 a { background-color: rgb(88,100,50); }

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

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

 span { border-color: rgb(88,100,50); }

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