#58623B

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

Shades of Dark Olive Green #58623B

Tints of Dark Olive Green #58623B

Color information

#58623B (or 0x58623B) is unknown color: approx Dark Olive Green. HEX triplet: 58, 62 and 3B. RGB value is (88,98,59). Sum of RGB (Red+Green+Blue) = 88+98+59=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #58623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58623B is #A79DC4. Grayscale: #5A5A5A. Windows color (decimal): -10984901 or 3891800. OLE color: 3891800.

HSL color Cylindrical-coordinate representation of color #58623B: hue angle of 75.38º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58623B is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB889859-
CMYK0.1000.400.62
HSL75.38º24.84%30.78%-
HSV(B)75.38º39.8%38.43%-
XYZ9.1811.135.8-
YUV90.56110.19126.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=35.92%
G=40%
B=24.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898590.1000.400.6275.3824.8430.78
Hex58623BA0283E4b191f
Octal1301427312050761133137
Binary101100011000101110111010010100011111010010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58623B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58623B; }

 p { color: rgb(88,98,59); }

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

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

 a { background-color: rgb(88,98,59); }

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

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

 span { border-color: rgb(88,98,59); }

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