#58732A

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

Shades of Dark Olive Green #58732A

Tints of Dark Olive Green #58732A

Color information

#58732A (or 0x58732A) is unknown color: approx Dark Olive Green. HEX triplet: 58, 73 and 2A. RGB value is (88,115,42). Sum of RGB (Red+Green+Blue) = 88+115+42=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #58732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58732A is #A78CD5. Grayscale: #626262. Windows color (decimal): -10980566 or 2782040. OLE color: 2782040.

HSL color Cylindrical-coordinate representation of color #58732A: hue angle of 82.19º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58732A is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB8811542-
CMYK0.2300.630.55
HSL82.19º46.5%30.78%-
HSV(B)82.19º63.48%45.1%-
XYZ10.5714.54.43-
YUV98.696.05120.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=35.92%
G=46.94%
B=17.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88115420.2300.630.5582.1946.530.78
Hex58732A1703F37522e1f
Octal1301635227077671225637
Binary10110001110011101010101110111111110111101001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58732A; }

 p { color: rgb(88,115,42); }

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

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

 a { background-color: rgb(88,115,42); }

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

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

 span { border-color: rgb(88,115,42); }

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