#58722B

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

Shades of Dark Olive Green #58722B

Tints of Dark Olive Green #58722B

Color information

#58722B (or 0x58722B) is unknown color: approx Dark Olive Green. HEX triplet: 58, 72 and 2B. RGB value is (88,114,43). Sum of RGB (Red+Green+Blue) = 88+114+43=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #58722B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58722B is #A78DD4. Grayscale: #626262. Windows color (decimal): -10980821 or 2847320. OLE color: 2847320.

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

Color convert

RGB8811443-
CMYK0.2300.620.55
HSL81.97º45.22%30.78%-
HSV(B)81.97º62.28%44.71%-
XYZ10.4814.284.49-
YUV98.1396.89120.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 43 (17.19% from 255) = 17.55%
R=35.92%
G=46.53%
B=17.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88114430.2300.620.5581.9745.2230.78
Hex58722B1703E37522d1f
Octal1301625327076671225537
Binary10110001110010101011101110111110110111101001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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