#58752B

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

Shades of Dark Olive Green #58752B

Tints of Dark Olive Green #58752B

Color information

#58752B (or 0x58752B) is unknown color: approx Dark Olive Green. HEX triplet: 58, 75 and 2B. RGB value is (88,117,43). Sum of RGB (Red+Green+Blue) = 88+117+43=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #58752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58752B is #A78AD4. Grayscale: #646464. Windows color (decimal): -10980053 or 2848088. OLE color: 2848088.

HSL color Cylindrical-coordinate representation of color #58752B: hue angle of 83.51º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58752B is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB8811743-
CMYK0.2500.630.54
HSL83.51º46.25%31.37%-
HSV(B)83.51º63.25%45.88%-
XYZ10.8214.974.6-
YUV99.8995.89119.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=35.48%
G=47.18%
B=17.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88117430.2500.630.5483.5146.2531.37
Hex58752B1903F36542e1f
Octal1301655331077661245637
Binary10110001110101101011110010111111110110101010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,117,43); }

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

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

 a { background-color: rgb(88,117,43); }

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

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

 span { border-color: rgb(88,117,43); }

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