#58772F

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

Shades of Dark Olive Green #58772F

Tints of Dark Olive Green #58772F

Color information

#58772F (or 0x58772F) is unknown color: approx Dark Olive Green. HEX triplet: 58, 77 and 2F. RGB value is (88,119,47). Sum of RGB (Red+Green+Blue) = 88+119+47=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #58772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58772F is #A788D0. Grayscale: #656565. Windows color (decimal): -10979537 or 3110744. OLE color: 3110744.

HSL color Cylindrical-coordinate representation of color #58772F: hue angle of 85.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58772F is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB8811947-
CMYK0.2600.610.53
HSL85.83º43.37%32.55%-
HSV(B)85.83º60.5%46.67%-
XYZ11.1315.475.09-
YUV101.5297.23118.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.65%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 47 (18.75% from 255) = 18.50%
R=34.65%
G=46.85%
B=18.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88119470.2600.610.5385.8343.3732.55
Hex58772F1A03D35562b21
Octal1301675732075651265341
Binary101100011101111011111101001111011101011010110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58772F; }

 p { color: rgb(88,119,47); }

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

<style>
 a { background-color: #58772F; }

 a { background-color: rgb(88,119,47); }

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

<style>
 span { border-color: #58772F; }

 span { border-color: rgb(88,119,47); }

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