#58782E

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

Shades of Dark Olive Green #58782E

Tints of Dark Olive Green #58782E

Color information

#58782E (or 0x58782E) is unknown color: approx Dark Olive Green. HEX triplet: 58, 78 and 2E. RGB value is (88,120,46). Sum of RGB (Red+Green+Blue) = 88+120+46=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #58782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58782E is #A787D1. Grayscale: #666666. Windows color (decimal): -10979282 or 3045464. OLE color: 3045464.

HSL color Cylindrical-coordinate representation of color #58782E: hue angle of 85.95º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58782E is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB8812046-
CMYK0.2700.620.53
HSL85.95º44.58%32.55%-
HSV(B)85.95º61.67%47.06%-
XYZ11.2315.75.02-
YUV10296.4118.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.65%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 46 (18.36% from 255) = 18.11%
R=34.65%
G=47.24%
B=18.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88120460.2700.620.5385.9544.5832.55
Hex58782E1B03E35562d21
Octal1301705633076651265541
Binary101100011110001011101101101111101101011010110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58782E; }

 p { color: rgb(88,120,46); }

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

<style>
 a { background-color: #58782E; }

 a { background-color: rgb(88,120,46); }

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

<style>
 span { border-color: #58782E; }

 span { border-color: rgb(88,120,46); }

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