#58752A

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

Shades of Dark Olive Green #58752A

Tints of Dark Olive Green #58752A

Color information

#58752A (or 0x58752A) is unknown color: approx Dark Olive Green. HEX triplet: 58, 75 and 2A. RGB value is (88,117,42). Sum of RGB (Red+Green+Blue) = 88+117+42=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #58752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58752A is #A78AD5. Grayscale: #646464. Windows color (decimal): -10980054 or 2782552. OLE color: 2782552.

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

Color convert

RGB8811742-
CMYK0.2500.640.54
HSL83.2º47.17%31.18%-
HSV(B)83.2º64.1%45.88%-
XYZ10.814.964.51-
YUV99.7895.39119.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=35.63%
G=47.37%
B=17.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88117420.2500.640.5483.247.1731.18
Hex58752A1904036532f1f
Octal13016552310100661235737
Binary101100011101011010101100101000000110110101001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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